Html Css Color HEX #C49F36 Nugget

📋 copy color: '#C49F36'

red 196 ◦ green 159 ◦ blue 54

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

Shades of Nugget #C49F36

Tints of Nugget #C49F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.2%

R = 47.92%
G = 38.88%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C49F36 (or 0xC49F36) is known color: Nugget. HEX triplet: C4, 9F and 36. RGB value is (196,159,54). Sum of RGB (Red+Green+Blue) = 196+159+54=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F36 is #3B60C9. Grayscale: #9E9E9E. Windows color (decimal): -3891402 or 3579844. OLE color: 3579844.

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

Color convert

RGB 196 159 54 -
CMYK 0 0.19 0.72 0.23
HSL 44.37º 0.57% 0.49% -
HSV(B) 44.37º 0.72% 0.77% -
XYZ 35.83 36.8 8.7 -
YUV 158.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 196 159 54 0 0.19 0.72 0.23 44.37 0.57 0.49
Hex C4 9F 36 0 13 48 17 2C 39 31
Octal 304 237 66 0 23 110 27 54 71 61
Binary 11000100 10011111 110110 0 10011 1001000 10111 101100 111001 110001

Color Harmonies of #C49F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F36

Black with #C49F36

Text Example


Text Example

White with #C49F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F36; }

 p { color: rgb(196,159,54); }

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

background-color css

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

 a { background-color: rgb(196,159,54); }

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

border-color css

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

 span { border-color: rgb(196,159,54); }

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