Html Css Color HEX #C59932 Nugget

📋 copy color: '#C59932'

red 197 ◦ green 153 ◦ blue 50

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

Shades of Nugget #C59932

Tints of Nugget #C59932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 49.25%
G = 38.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C59932 (or 0xC59932) is known color: Nugget. HEX triplet: C5, 99 and 32. RGB value is (197,153,50). Sum of RGB (Red+Green+Blue) = 197+153+50=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C59932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59932 is #3A66CD. Grayscale: #9A9A9A. Windows color (decimal): -3827406 or 3316165. OLE color: 3316165.

HSL color Cylindrical-coordinate representation of color #C59932: hue angle of 42.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C59932 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 153 50 -
CMYK 0 0.22 0.75 0.23
HSL 42.04º 0.6% 0.48% -
HSV(B) 42.04º 0.75% 0.77% -
XYZ 34.99 34.88 7.91 -
YUV 154.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 197 153 50 0 0.22 0.75 0.23 42.04 0.6 0.48
Hex C5 99 32 0 16 4B 17 2A 3C 30
Octal 305 231 62 0 26 113 27 52 74 60
Binary 11000101 10011001 110010 0 10110 1001011 10111 101010 111100 110000

Color Harmonies of #C59932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59932

Black with #C59932

Text Example


Text Example

White with #C59932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59932; }

 p { color: rgb(197,153,50); }

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

background-color css

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

 a { background-color: rgb(197,153,50); }

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

border-color css

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

 span { border-color: rgb(197,153,50); }

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