#4C2004

Color #4C2004 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #4C2004

Tints of Brown Pod #4C2004

Color information

#4C2004 (or 0x4C2004) is unknown color: approx Brown Pod. HEX triplet: 4C, 20 and 04. RGB value is (76,32,4). Sum of RGB (Red+Green+Blue) = 76+32+4=112 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.86% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2004 is #B3DFFB. Grayscale: #2A2A2A. Windows color (decimal): -11788284 or 270412. OLE color: 270412.

HSL color Cylindrical-coordinate representation of color #4C2004: hue angle of 23.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C2004 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB76324-
CMYK00.580.950.70
HSL23.33º90%15.69%-
HSV(B)23.33º94.74%29.8%-
XYZ3.522.580.43-
YUV41.96106.58152.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 67.86%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=67.86%
G=28.57%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7632400.580.950.7023.339015.69
Hex4C20403A5F46175a10
Octal1144040721371062713220
Binary100110010000010001110101011111100011010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C2004; }

 p { color: rgb(76,32,4); }

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

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

 a { background-color: rgb(76,32,4); }

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

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

 span { border-color: rgb(76,32,4); }

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