Html Css Color HEX #C49024 Nugget

📋 copy color: '#C49024'

red 196 ◦ green 144 ◦ blue 36

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

Shades of Nugget #C49024

Tints of Nugget #C49024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 52.13%
G = 38.3%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C49024 (or 0xC49024) is known color: Nugget. HEX triplet: C4, 90 and 24. RGB value is (196,144,36). Sum of RGB (Red+Green+Blue) = 196+144+36=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C49024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49024 is #3B6FDB. Grayscale: #939393. Windows color (decimal): -3895260 or 2396356. OLE color: 2396356.

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

Color convert

RGB 196 144 36 -
CMYK 0 0.27 0.82 0.23
HSL 40.5º 0.69% 0.45% -
HSV(B) 40.5º 0.82% 0.77% -
XYZ 33.06 31.81 6.07 -
YUV 147.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 196 144 36 0 0.27 0.82 0.23 40.5 0.69 0.45
Hex C4 90 24 0 1B 52 17 28 45 2D
Octal 304 220 44 0 33 122 27 50 105 55
Binary 11000100 10010000 100100 0 11011 1010010 10111 101000 1000101 101101

Color Harmonies of #C49024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49024

Black with #C49024

Text Example


Text Example

White with #C49024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49024; }

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

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

background-color css

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

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

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

border-color css

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

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

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