Shades of Seal Brown #4C0F08
Tints of Seal Brown #4C0F08
RGB
CMYK
RGB Variations
Color information
#4C0F08 (or 0x4C0F08) is known color: Seal Brown. HEX triplet: 4C, 0F and 08. RGB value is (76,15,8). Sum of RGB (Red+Green+Blue) = 76+15+8=99 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76.77% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0F08 is #B3F0F7. Grayscale: #202020. Windows color (decimal): -11792632 or 528204. OLE color: 528204.
HSL color Cylindrical-coordinate representation of color #4C0F08: hue angle of 6.18º 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 #4C0F08 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 15 | 8 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.70 |
| HSL | 6.18º | 0.81% | 0.16% | - |
| HSV(B) | 6.18º | 0.89% | 0.3% | - |
| XYZ | 3.2 | 1.9 | 0.43 | - |
| YUV | 32.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 8 | 0 | 0.80 | 0.89 | 0.70 | 6.18 | 0.81 | 0.16 |
| Hex | 4C | F | 8 | 0 | 50 | 59 | 46 | 6 | 51 | 10 |
| Octal | 114 | 17 | 10 | 0 | 120 | 131 | 106 | 6 | 121 | 20 |
| Binary | 1001100 | 1111 | 1000 | 0 | 1010000 | 1011001 | 1000110 | 110 | 1010001 | 10000 |
Color Harmonies of #4C0F08
Complementary color
Monochromatic Colors of #4C0F08
Black with #4C0F08
Text Example
Text Example
White with #4C0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F08; }
p { color: rgb(76,15,8); }
H1.HeaderClassName
{
color: #4C0F08;
}
.AnyTagClassName
{
color: #4C0F08;
}
</style>
background-color css
<style>
a { background-color: #4C0F08; }
a { background-color: rgb(76,15,8); }
div.DivClassName
{
background-color: #4C0F08;
}
.BgClassName
{
background-color: #4C0F08;
}
</style>
border-color css
<style>
span { border-color: #4C0F08; }
span { border-color: rgb(76,15,8); }
td.TdClassName
{
border-color: #4C0F08;
}
.TagClassName
{
border-color: #4C0F08;
}
</style>