Html Css Color HEX #C49220 Nugget

📋 copy color: '#C49220'

red 196 ◦ green 146 ◦ blue 32

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

Shades of Nugget #C49220

Tints of Nugget #C49220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.56%

R = 52.41%
G = 39.04%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C49220 (or 0xC49220) is known color: Nugget. HEX triplet: C4, 92 and 20. RGB value is (196,146,32). Sum of RGB (Red+Green+Blue) = 196+146+32=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C49220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49220 is #3B6DDF. Grayscale: #949494. Windows color (decimal): -3894752 or 2134724. OLE color: 2134724.

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

Color convert

RGB 196 146 32 -
CMYK 0 0.26 0.84 0.23
HSL 41.71º 0.72% 0.45% -
HSV(B) 41.71º 0.84% 0.77% -
XYZ 33.3 32.4 5.86 -
YUV 147.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 196 146 32 0 0.26 0.84 0.23 41.71 0.72 0.45
Hex C4 92 20 0 1A 54 17 2A 48 2D
Octal 304 222 40 0 32 124 27 52 110 55
Binary 11000100 10010010 100000 0 11010 1010100 10111 101010 1001000 101101

Color Harmonies of #C49220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49220

Black with #C49220

Text Example


Text Example

White with #C49220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49220; }

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

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

background-color css

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

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

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

border-color css

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

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

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