Html Css Color HEX #C59F35 Nugget

📋 copy color: '#C59F35'

red 197 ◦ green 159 ◦ blue 53

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

Shades of Nugget #C59F35

Tints of Nugget #C59F35

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

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

R = 48.17%
G = 38.88%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C59F35 (or 0xC59F35) is known color: Nugget. HEX triplet: C5, 9F and 35. RGB value is (197,159,53). Sum of RGB (Red+Green+Blue) = 197+159+53=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59F35 is #3A60CA. Grayscale: #9E9E9E. Windows color (decimal): -3825867 or 3514309. OLE color: 3514309.

HSL color Cylindrical-coordinate representation of color #C59F35: hue angle of 44.17º 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 #C59F35 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 159 53 -
CMYK 0 0.19 0.73 0.23
HSL 44.17º 0.58% 0.49% -
HSV(B) 44.17º 0.73% 0.77% -
XYZ 36.07 36.92 8.59 -
YUV 158.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 197 159 53 0 0.19 0.73 0.23 44.17 0.58 0.49
Hex C5 9F 35 0 13 49 17 2C 3A 31
Octal 305 237 65 0 23 111 27 54 72 61
Binary 11000101 10011111 110101 0 10011 1001001 10111 101100 111010 110001

Color Harmonies of #C59F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59F35

Black with #C59F35

Text Example


Text Example

White with #C59F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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