Html Css Color HEX #C59D34 Nugget

📋 copy color: '#C59D34'

red 197 ◦ green 157 ◦ blue 52

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

Shades of Nugget #C59D34

Tints of Nugget #C59D34

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.67%

 BLUE value IS 52 (20.7% from 255) = 12.81%

R = 48.52%
G = 38.67%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C59D34 (or 0xC59D34) is known color: Nugget. HEX triplet: C5, 9D and 34. RGB value is (197,157,52). Sum of RGB (Red+Green+Blue) = 197+157+52=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59D34 is #3A62CB. Grayscale: #9D9D9D. Windows color (decimal): -3826380 or 3448261. OLE color: 3448261.

HSL color Cylindrical-coordinate representation of color #C59D34: hue angle of 43.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C59D34 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 157 52 -
CMYK 0 0.20 0.74 0.23
HSL 43.45º 0.58% 0.49% -
HSV(B) 43.45º 0.74% 0.77% -
XYZ 35.7 36.23 8.36 -
YUV 156.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 197 157 52 0 0.20 0.74 0.23 43.45 0.58 0.49
Hex C5 9D 34 0 14 4A 17 2B 3A 31
Octal 305 235 64 0 24 112 27 53 72 61
Binary 11000101 10011101 110100 0 10100 1001010 10111 101011 111010 110001

Color Harmonies of #C59D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59D34

Black with #C59D34

Text Example


Text Example

White with #C59D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59D34; }

 p { color: rgb(197,157,52); }

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

background-color css

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

 a { background-color: rgb(197,157,52); }

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

border-color css

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

 span { border-color: rgb(197,157,52); }

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