Html Css Color HEX #C49931 Nugget

📋 copy color: '#C49931'

red 196 ◦ green 153 ◦ blue 49

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

Shades of Nugget #C49931

Tints of Nugget #C49931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.31%

R = 49.25%
G = 38.44%
B = 12.31%

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

#C49931 (or 0xC49931) is known color: Nugget. HEX triplet: C4, 99 and 31. RGB value is (196,153,49). Sum of RGB (Red+Green+Blue) = 196+153+49=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C49931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49931 is #3B66CE. Grayscale: #9A9A9A. Windows color (decimal): -3892943 or 3250628. OLE color: 3250628.

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

Color convert

RGB 196 153 49 -
CMYK 0 0.22 0.75 0.23
HSL 42.45º 0.6% 0.48% -
HSV(B) 42.45º 0.75% 0.77% -
XYZ 34.71 34.74 7.78 -
YUV 154 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 196 153 49 0 0.22 0.75 0.23 42.45 0.6 0.48
Hex C4 99 31 0 16 4B 17 2A 3C 30
Octal 304 231 61 0 26 113 27 52 74 60
Binary 11000100 10011001 110001 0 10110 1001011 10111 101010 111100 110000

Color Harmonies of #C49931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49931

Black with #C49931

Text Example


Text Example

White with #C49931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49931; }

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

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

background-color css

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

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

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

border-color css

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

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

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