#4C2006

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

Shades of Brown Pod #4C2006

Tints of Brown Pod #4C2006

Color information

#4C2006 (or 0x4C2006) is unknown color: approx Brown Pod. HEX triplet: 4C, 20 and 06. RGB value is (76,32,6). Sum of RGB (Red+Green+Blue) = 76+32+6=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2006 is #B3DFF9. Grayscale: #2A2A2A. Windows color (decimal): -11788282 or 401484. OLE color: 401484.

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

Color convert

RGB76326-
CMYK00.580.920.70
HSL22.29º85.37%16.08%-
HSV(B)22.29º92.11%29.8%-
XYZ3.532.580.48-
YUV42.19107.58152.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=66.67%
G=28.07%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7632600.580.920.7022.2985.3716.08
Hex4C20603A5C46165510
Octal1144060721341062612520
Binary100110010000011001110101011100100011010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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