Shades of Seal Brown #4C0E05
Tints of Seal Brown #4C0E05
RGB
CMYK
RGB Variations
Color information
#4C0E05 (or 0x4C0E05) is known color: Seal Brown. HEX triplet: 4C, 0E and 05. RGB value is (76,14,5). Sum of RGB (Red+Green+Blue) = 76+14+5=95 (12% of max value = 765). Red value is 76 (30.08% from 255 or 80% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0E05 is #B3F1FA. Grayscale: #1F1F1F. Windows color (decimal): -11792891 or 331340. OLE color: 331340.
HSL color Cylindrical-coordinate representation of color #4C0E05: hue angle of 7.61º 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 #4C0E05 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 14 | 5 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.70 |
| HSL | 7.61º | 0.88% | 0.16% | - |
| HSV(B) | 7.61º | 0.93% | 0.3% | - |
| XYZ | 3.16 | 1.86 | 0.34 | - |
| YUV | 31.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 5 | 0 | 0.82 | 0.93 | 0.70 | 7.61 | 0.88 | 0.16 |
| Hex | 4C | E | 5 | 0 | 52 | 5D | 46 | 8 | 58 | 10 |
| Octal | 114 | 16 | 5 | 0 | 122 | 135 | 106 | 10 | 130 | 20 |
| Binary | 1001100 | 1110 | 101 | 0 | 1010010 | 1011101 | 1000110 | 1000 | 1011000 | 10000 |
Color Harmonies of #4C0E05
Complementary color
Monochromatic Colors of #4C0E05
Black with #4C0E05
Text Example
Text Example
White with #4C0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E05; }
p { color: rgb(76,14,5); }
H1.HeaderClassName
{
color: #4C0E05;
}
.AnyTagClassName
{
color: #4C0E05;
}
</style>
background-color css
<style>
a { background-color: #4C0E05; }
a { background-color: rgb(76,14,5); }
div.DivClassName
{
background-color: #4C0E05;
}
.BgClassName
{
background-color: #4C0E05;
}
</style>
border-color css
<style>
span { border-color: #4C0E05; }
span { border-color: rgb(76,14,5); }
td.TdClassName
{
border-color: #4C0E05;
}
.TagClassName
{
border-color: #4C0E05;
}
</style>