#4C2114

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

Shades of Brown Pod #4C2114

Tints of Brown Pod #4C2114

Color information

#4C2114 (or 0x4C2114) is unknown color: approx Brown Pod. HEX triplet: 4C, 21 and 14. RGB value is (76,33,20). Sum of RGB (Red+Green+Blue) = 76+33+20=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2114 is #B3DEEB. Grayscale: #2C2C2C. Windows color (decimal): -11788012 or 1319244. OLE color: 1319244.

HSL color Cylindrical-coordinate representation of color #4C2114: hue angle of 13.93º 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 #4C2114 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB763320-
CMYK00.570.740.70
HSL13.93º58.33%18.82%-
HSV(B)13.93º73.68%29.8%-
XYZ3.652.670.99-
YUV44.38114.25150.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.91%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=58.91%
G=25.58%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76332000.570.740.7013.9358.3318.82
Hex4C21140394A46e3a13
Octal1144124071112106167223
Binary100110010000110100011100110010101000110111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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