Shades of Brown Pod #4C1300
Tints of Brown Pod #4C1300
RGB
CMYK
RGB Variations
Color information
#4C1300 (or 0x4C1300) is known color: Brown Pod. HEX triplet: 4C, 13 and 00. RGB value is (76,19,0). Sum of RGB (Red+Green+Blue) = 76+19+0=95 (12% of max value = 765). Red value is 76 (30.08% from 255 or 80% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1300 is #B3ECFF. Grayscale: #222222. Windows color (decimal): -11791616 or 4940. OLE color: 4940.
HSL color Cylindrical-coordinate representation of color #4C1300: hue angle of 15º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C1300 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 19 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.70 |
| HSL | 15º | 1% | 0.15% | - |
| HSV(B) | 15º | 1% | 0.3% | - |
| XYZ | 3.21 | 2 | 0.22 | - |
| YUV | 33.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 0 | 0 | 0.75 | 1 | 0.70 | 15 | 1 | 0.15 |
| Hex | 4C | 13 | 0 | 0 | 4B | 64 | 46 | F | 64 | F |
| Octal | 114 | 23 | 0 | 0 | 113 | 144 | 106 | 17 | 144 | 17 |
| Binary | 1001100 | 10011 | 0 | 0 | 1001011 | 1100100 | 1000110 | 1111 | 1100100 | 1111 |
Color Harmonies of #4C1300
Complementary color
Monochromatic Colors of #4C1300
Black with #4C1300
Text Example
Text Example
White with #4C1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1300; }
p { color: rgb(76,19,0); }
H1.HeaderClassName
{
color: #4C1300;
}
.AnyTagClassName
{
color: #4C1300;
}
</style>
background-color css
<style>
a { background-color: #4C1300; }
a { background-color: rgb(76,19,0); }
div.DivClassName
{
background-color: #4C1300;
}
.BgClassName
{
background-color: #4C1300;
}
</style>
border-color css
<style>
span { border-color: #4C1300; }
span { border-color: rgb(76,19,0); }
td.TdClassName
{
border-color: #4C1300;
}
.TagClassName
{
border-color: #4C1300;
}
</style>