#4C1508

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

Shades of Brown Pod #4C1508

Tints of Brown Pod #4C1508

Color information

#4C1508 (or 0x4C1508) is unknown color: approx Brown Pod. HEX triplet: 4C, 15 and 08. RGB value is (76,21,8). Sum of RGB (Red+Green+Blue) = 76+21+8=105 (13% of max value = 765). Red value is 76 (30.08% from 255 or 72.38% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1508 is #B3EAF7. Grayscale: #242424. Windows color (decimal): -11791096 or 529740. OLE color: 529740.

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

Color convert

RGB76218-
CMYK00.720.890.70
HSL11.47º80.95%16.47%-
HSV(B)11.47º89.47%29.8%-
XYZ3.292.090.46-
YUV35.96112.22156.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 72.38%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=72.38%
G=20%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7621800.720.890.7011.4780.9516.47
Hex4C1580485946b5110
Octal114251001101311061312120
Binary100110010101100001001000101100110001101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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