#4C2215

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

Shades of Brown Pod #4C2215

Tints of Brown Pod #4C2215

Color information

#4C2215 (or 0x4C2215) is unknown color: approx Brown Pod. HEX triplet: 4C, 22 and 15. RGB value is (76,34,21). Sum of RGB (Red+Green+Blue) = 76+34+21=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2215 is #B3DDEA. Grayscale: #2D2D2D. Windows color (decimal): -11787755 or 1385036. OLE color: 1385036.

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

Color convert

RGB763421-
CMYK00.550.720.70
HSL14.18º56.7%19.02%-
HSV(B)14.18º72.37%29.8%-
XYZ3.692.731.04-
YUV45.08114.41150.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.02%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=58.02%
G=25.95%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76342100.550.720.7014.1856.719.02
Hex4C22150374846e3913
Octal1144225067110106167123
Binary100110010001010101011011110010001000110111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,21); }

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

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

 a { background-color: rgb(76,34,21); }

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

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

 span { border-color: rgb(76,34,21); }

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