Html Css Color HEX #C49221 Nugget

📋 copy color: '#C49221'

red 196 ◦ green 146 ◦ blue 33

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

Shades of Nugget #C49221

Tints of Nugget #C49221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 52.27%
G = 38.93%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C49221 (or 0xC49221) is known color: Nugget. HEX triplet: C4, 92 and 21. RGB value is (196,146,33). Sum of RGB (Red+Green+Blue) = 196+146+33=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C49221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49221 is #3B6DDE. Grayscale: #949494. Windows color (decimal): -3894751 or 2200260. OLE color: 2200260.

HSL color Cylindrical-coordinate representation of color #C49221: hue angle of 41.6º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C49221 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 33 -
CMYK 0 0.26 0.83 0.23
HSL 41.6º 0.71% 0.45% -
HSV(B) 41.6º 0.83% 0.77% -
XYZ 33.32 32.4 5.94 -
YUV 148.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 196 146 33 0 0.26 0.83 0.23 41.6 0.71 0.45
Hex C4 92 21 0 1A 53 17 2A 47 2D
Octal 304 222 41 0 32 123 27 52 107 55
Binary 11000100 10010010 100001 0 11010 1010011 10111 101010 1000111 101101

Color Harmonies of #C49221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49221

Black with #C49221

Text Example


Text Example

White with #C49221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49221; }

 p { color: rgb(196,146,33); }

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

background-color css

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

 a { background-color: rgb(196,146,33); }

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

border-color css

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

 span { border-color: rgb(196,146,33); }

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