#4C1F15

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

Shades of Brown Pod #4C1F15

Tints of Brown Pod #4C1F15

Color information

#4C1F15 (or 0x4C1F15) is unknown color: approx Brown Pod. HEX triplet: 4C, 1F and 15. RGB value is (76,31,21). Sum of RGB (Red+Green+Blue) = 76+31+21=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1F15 is #B3E0EA. Grayscale: #2B2B2B. Windows color (decimal): -11788523 or 1384268. OLE color: 1384268.

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

Color convert

RGB763121-
CMYK00.590.720.70
HSL10.91º56.7%19.02%-
HSV(B)10.91º72.37%29.8%-
XYZ3.612.571.02-
YUV43.32115.41151.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.38%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=59.38%
G=24.22%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76312100.590.720.7010.9156.719.02
Hex4C1F1503B4846b3913
Octal1143725073110106137123
Binary10011001111110101011101110010001000110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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