Html Css Color HEX #C49731 Nugget

📋 copy color: '#C49731'

red 196 ◦ green 151 ◦ blue 49

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

Shades of Nugget #C49731

Tints of Nugget #C49731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.13%

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

R = 49.49%
G = 38.13%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C49731 (or 0xC49731) is known color: Nugget. HEX triplet: C4, 97 and 31. RGB value is (196,151,49). Sum of RGB (Red+Green+Blue) = 196+151+49=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C49731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49731 is #3B68CE. Grayscale: #999999. Windows color (decimal): -3893455 or 3250116. OLE color: 3250116.

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

Color convert

RGB 196 151 49 -
CMYK 0 0.23 0.75 0.23
HSL 41.63º 0.6% 0.48% -
HSV(B) 41.63º 0.75% 0.77% -
XYZ 34.39 34.09 7.67 -
YUV 152.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 196 151 49 0 0.23 0.75 0.23 41.63 0.6 0.48
Hex C4 97 31 0 17 4B 17 2A 3C 30
Octal 304 227 61 0 27 113 27 52 74 60
Binary 11000100 10010111 110001 0 10111 1001011 10111 101010 111100 110000

Color Harmonies of #C49731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49731

Black with #C49731

Text Example


Text Example

White with #C49731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49731; }

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

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

background-color css

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

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

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

border-color css

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

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

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