Shades of Brown Pod #4C1205
Tints of Brown Pod #4C1205
RGB
CMYK
RGB Variations
Color information
#4C1205 (or 0x4C1205) is known color: Brown Pod. HEX triplet: 4C, 12 and 05. RGB value is (76,18,5). Sum of RGB (Red+Green+Blue) = 76+18+5=99 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76.77% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1205 is #B3EDFA. Grayscale: #212121. Windows color (decimal): -11791867 or 332364. OLE color: 332364.
HSL color Cylindrical-coordinate representation of color #4C1205: hue angle of 10.99º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C1205 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 5 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.70 |
| HSL | 10.99º | 0.88% | 0.16% | - |
| HSV(B) | 10.99º | 0.93% | 0.3% | - |
| XYZ | 3.22 | 1.98 | 0.36 | - |
| YUV | 33.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 5 | 0 | 0.76 | 0.93 | 0.70 | 10.99 | 0.88 | 0.16 |
| Hex | 4C | 12 | 5 | 0 | 4C | 5D | 46 | B | 58 | 10 |
| Octal | 114 | 22 | 5 | 0 | 114 | 135 | 106 | 13 | 130 | 20 |
| Binary | 1001100 | 10010 | 101 | 0 | 1001100 | 1011101 | 1000110 | 1011 | 1011000 | 10000 |
Color Harmonies of #4C1205
Complementary color
Monochromatic Colors of #4C1205
Black with #4C1205
Text Example
Text Example
White with #4C1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1205; }
p { color: rgb(76,18,5); }
H1.HeaderClassName
{
color: #4C1205;
}
.AnyTagClassName
{
color: #4C1205;
}
</style>
background-color css
<style>
a { background-color: #4C1205; }
a { background-color: rgb(76,18,5); }
div.DivClassName
{
background-color: #4C1205;
}
.BgClassName
{
background-color: #4C1205;
}
</style>
border-color css
<style>
span { border-color: #4C1205; }
span { border-color: rgb(76,18,5); }
td.TdClassName
{
border-color: #4C1205;
}
.TagClassName
{
border-color: #4C1205;
}
</style>