Shades of Brown Pod #4C1508
Tints of Brown Pod #4C1508
RGB
CMYK
RGB Variations
Color information
#4C1508 (or 0x4C1508) is known color: 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
| RGB | 76 | 21 | 8 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.70 |
| HSL | 11.47º | 0.81% | 0.16% | - |
| HSV(B) | 11.47º | 0.89% | 0.3% | - |
| XYZ | 3.29 | 2.09 | 0.46 | - |
| YUV | 35.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 8 | 0 | 0.72 | 0.89 | 0.70 | 11.47 | 0.81 | 0.16 |
| Hex | 4C | 15 | 8 | 0 | 48 | 59 | 46 | B | 51 | 10 |
| Octal | 114 | 25 | 10 | 0 | 110 | 131 | 106 | 13 | 121 | 20 |
| Binary | 1001100 | 10101 | 1000 | 0 | 1001000 | 1011001 | 1000110 | 1011 | 1010001 | 10000 |
Color Harmonies of #4C1508
Complementary color
Monochromatic Colors of #4C1508
Black with #4C1508
Text Example
Text Example
White with #4C1508
Text Example
Text Example
HTML Codes & Css Web 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>