#C4902D

Color #C4902D Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C4902D

Tints of Nugget #C4902D

Color information

#C4902D (or 0xC4902D) is unknown color: approx Nugget. HEX triplet: C4, 90 and 2D. RGB value is (196,144,45). Sum of RGB (Red+Green+Blue) = 196+144+45=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4902D is #3B6FD2. Grayscale: #949494. Windows color (decimal): -3895251 or 2986180. OLE color: 2986180.

HSL color Cylindrical-coordinate representation of color #C4902D: hue angle of 39.34º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4902D is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19614445-
CMYK00.270.770.23
HSL39.34º62.66%47.25%-
HSV(B)39.34º77.04%76.86%-
XYZ33.2131.876.88-
YUV148.2669.73162.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 45 (17.97% from 255) = 11.69%
R=50.91%
G=37.40%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961444500.270.770.2339.3462.6647.25
HexC4902D01B4D17273f2f
Octal3042205503311527477757
Binary1100010010010000101101011011100110110111100111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4902D; }

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

 H1.HeaderClassName
 {
   color: #C4902D;
 }
 .AnyTagClassName
 {
   color: #C4902D;
 }
</style>
background-color css

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

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

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

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

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

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