Html Css Color HEX #C49932 Nugget

📋 copy color: '#C49932'

red 196 ◦ green 153 ◦ blue 50

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

Shades of Nugget #C49932

Tints of Nugget #C49932

RGB

 RED value IS 196 (76.95% from 255) = 49.12%

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

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

R = 49.12%
G = 38.35%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C49932 (or 0xC49932) is known color: Nugget. HEX triplet: C4, 99 and 32. RGB value is (196,153,50). Sum of RGB (Red+Green+Blue) = 196+153+50=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C49932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49932 is #3B66CD. Grayscale: #9A9A9A. Windows color (decimal): -3892942 or 3316164. OLE color: 3316164.

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

Color convert

RGB 196 153 50 -
CMYK 0 0.22 0.74 0.23
HSL 42.33º 0.59% 0.48% -
HSV(B) 42.33º 0.74% 0.77% -
XYZ 34.73 34.75 7.89 -
YUV 154.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 196 153 50 0 0.22 0.74 0.23 42.33 0.59 0.48
Hex C4 99 32 0 16 4A 17 2A 3B 30
Octal 304 231 62 0 26 112 27 52 73 60
Binary 11000100 10011001 110010 0 10110 1001010 10111 101010 111011 110000

Color Harmonies of #C49932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49932

Black with #C49932

Text Example


Text Example

White with #C49932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49932; }

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

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

background-color css

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

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

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

border-color css

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

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

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