Html Css Color HEX #C38D1A Nugget

📋 copy color: '#C38D1A'

red 195 ◦ green 141 ◦ blue 26

#C38D1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C38D1A

Tints of Nugget #C38D1A

RGB

 RED value IS 195 (76.56% from 255) = 53.87%

 GREEN value IS 141 (55.47% from 255) = 38.95%

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 53.87%
G = 38.95%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38D1A (or 0xC38D1A) is known color: Nugget. HEX triplet: C3, 8D and 1A. RGB value is (195,141,26). Sum of RGB (Red+Green+Blue) = 195+141+26=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38D1A is #3C72E5. Grayscale: #909090. Windows color (decimal): -3961574 or 1740227. OLE color: 1740227.

HSL color Cylindrical-coordinate representation of color #C38D1A: hue angle of 40.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C38D1A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 26 -
CMYK 0 0.28 0.87 0.24
HSL 40.83º 0.76% 0.43% -
HSV(B) 40.83º 0.87% 0.76% -
XYZ 32.22 30.73 5.21 -
YUV 144.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 195 141 26 0 0.28 0.87 0.24 40.83 0.76 0.43
Hex C3 8D 1A 0 1C 57 18 29 4C 2B
Octal 303 215 32 0 34 127 30 51 114 53
Binary 11000011 10001101 11010 0 11100 1010111 11000 101001 1001100 101011

Color Harmonies of #C38D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D1A

Black with #C38D1A

Text Example


Text Example

White with #C38D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D1A; }

 p { color: rgb(195,141,26); }

 H1.HeaderClassName
 {
   color: #C38D1A;
 }
 .AnyTagClassName
 {
   color: #C38D1A;
 }
</style>

background-color css

<style>
 a { background-color: #C38D1A; }

 a { background-color: rgb(195,141,26); }

 div.DivClassName
 {
   background-color: #C38D1A;
 }
 .BgClassName
 {
   background-color: #C38D1A;
 }
</style>

border-color css

<style>
 span { border-color: #C38D1A; }

 span { border-color: rgb(195,141,26); }

 td.TdClassName
 {
   border-color: #C38D1A;
 }
 .TagClassName
 {
   border-color: #C38D1A;
 }
</style>