Html Css Color HEX #C59124 Nugget

📋 copy color: '#C59124'

red 197 ◦ green 145 ◦ blue 36

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

Shades of Nugget #C59124

Tints of Nugget #C59124

RGB

 RED value IS 197 (77.34% from 255) = 52.12%

 GREEN value IS 145 (57.03% from 255) = 38.36%

 BLUE value IS 36 (14.45% from 255) = 9.52%

R = 52.12%
G = 38.36%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C59124 (or 0xC59124) is known color: Nugget. HEX triplet: C5, 91 and 24. RGB value is (197,145,36). Sum of RGB (Red+Green+Blue) = 197+145+36=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C59124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59124 is #3A6EDB. Grayscale: #949494. Windows color (decimal): -3829468 or 2396613. OLE color: 2396613.

HSL color Cylindrical-coordinate representation of color #C59124: hue angle of 40.62º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C59124 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 145 36 -
CMYK 0 0.26 0.82 0.23
HSL 40.62º 0.69% 0.46% -
HSV(B) 40.62º 0.82% 0.77% -
XYZ 33.47 32.25 6.13 -
YUV 148.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 197 145 36 0 0.26 0.82 0.23 40.62 0.69 0.46
Hex C5 91 24 0 1A 52 17 29 45 2E
Octal 305 221 44 0 32 122 27 51 105 56
Binary 11000101 10010001 100100 0 11010 1010010 10111 101001 1000101 101110

Color Harmonies of #C59124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59124

Black with #C59124

Text Example


Text Example

White with #C59124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59124; }

 p { color: rgb(197,145,36); }

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

background-color css

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

 a { background-color: rgb(197,145,36); }

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

border-color css

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

 span { border-color: rgb(197,145,36); }

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