Html Css Color HEX #C49424 Nugget

📋 copy color: '#C49424'

red 196 ◦ green 148 ◦ blue 36

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

Shades of Nugget #C49424

Tints of Nugget #C49424

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 36 (14.45% from 255) = 9.47%

R = 51.58%
G = 38.95%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C49424 (or 0xC49424) is known color: Nugget. HEX triplet: C4, 94 and 24. RGB value is (196,148,36). Sum of RGB (Red+Green+Blue) = 196+148+36=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C49424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49424 is #3B6BDB. Grayscale: #969696. Windows color (decimal): -3894236 or 2397380. OLE color: 2397380.

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

Color convert

RGB 196 148 36 -
CMYK 0 0.24 0.82 0.23
HSL 42º 0.69% 0.45% -
HSV(B) 42º 0.82% 0.77% -
XYZ 33.67 33.04 6.27 -
YUV 149.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 196 148 36 0 0.24 0.82 0.23 42 0.69 0.45
Hex C4 94 24 0 18 52 17 2A 45 2D
Octal 304 224 44 0 30 122 27 52 105 55
Binary 11000100 10010100 100100 0 11000 1010010 10111 101010 1000101 101101

Color Harmonies of #C49424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49424

Black with #C49424

Text Example


Text Example

White with #C49424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49424; }

 p { color: rgb(196,148,36); }

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

background-color css

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

 a { background-color: rgb(196,148,36); }

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

border-color css

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

 span { border-color: rgb(196,148,36); }

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