Html Css Color HEX #C59D35 Nugget

📋 copy color: '#C59D35'

red 197 ◦ green 157 ◦ blue 53

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

Shades of Nugget #C59D35

Tints of Nugget #C59D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.02%

R = 48.4%
G = 38.57%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C59D35 (or 0xC59D35) is known color: Nugget. HEX triplet: C5, 9D and 35. RGB value is (197,157,53). Sum of RGB (Red+Green+Blue) = 197+157+53=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59D35 is #3A62CA. Grayscale: #9D9D9D. Windows color (decimal): -3826379 or 3513797. OLE color: 3513797.

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

Color convert

RGB 197 157 53 -
CMYK 0 0.20 0.73 0.23
HSL 43.33º 0.58% 0.49% -
HSV(B) 43.33º 0.73% 0.77% -
XYZ 35.73 36.24 8.48 -
YUV 157.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 197 157 53 0 0.20 0.73 0.23 43.33 0.58 0.49
Hex C5 9D 35 0 14 49 17 2B 3A 31
Octal 305 235 65 0 24 111 27 53 72 61
Binary 11000101 10011101 110101 0 10100 1001001 10111 101011 111010 110001

Color Harmonies of #C59D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59D35

Black with #C59D35

Text Example


Text Example

White with #C59D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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