#4C2014

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

Shades of Brown Pod #4C2014

Tints of Brown Pod #4C2014

Color information

#4C2014 (or 0x4C2014) is unknown color: approx Brown Pod. HEX triplet: 4C, 20 and 14. RGB value is (76,32,20). Sum of RGB (Red+Green+Blue) = 76+32+20=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2014 is #B3DFEB. Grayscale: #2B2B2B. Windows color (decimal): -11788268 or 1318988. OLE color: 1318988.

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

Color convert

RGB763220-
CMYK00.580.740.70
HSL12.86º58.33%18.82%-
HSV(B)12.86º73.68%29.8%-
XYZ3.622.620.98-
YUV43.79114.58150.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.38%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=59.38%
G=25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76322000.580.740.7012.8658.3318.82
Hex4C201403A4A46d3a13
Octal1144024072112106157223
Binary100110010000010100011101010010101000110110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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