Shades of Seal Brown #4C0800
Tints of Seal Brown #4C0800
RGB
CMYK
RGB Variations
Color information
#4C0800 (or 0x4C0800) is known color: Seal Brown. HEX triplet: 4C, 08 and 00. RGB value is (76,8,0). Sum of RGB (Red+Green+Blue) = 76+8+0=84 (11% of max value = 765). Red value is 76 (30.08% from 255 or 90.48% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0800 is #B3F7FF. Grayscale: #1B1B1B. Windows color (decimal): -11794432 or 2124. OLE color: 2124.
HSL color Cylindrical-coordinate representation of color #4C0800: hue angle of 6.32º 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 #4C0800 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.70 |
| HSL | 6.32º | 1% | 0.15% | - |
| HSV(B) | 6.32º | 1% | 0.3% | - |
| XYZ | 3.07 | 1.71 | 0.17 | - |
| YUV | 27.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 0 | 0 | 0.89 | 1 | 0.70 | 6.32 | 1 | 0.15 |
| Hex | 4C | 8 | 0 | 0 | 59 | 64 | 46 | 6 | 64 | F |
| Octal | 114 | 10 | 0 | 0 | 131 | 144 | 106 | 6 | 144 | 17 |
| Binary | 1001100 | 1000 | 0 | 0 | 1011001 | 1100100 | 1000110 | 110 | 1100100 | 1111 |
Color Harmonies of #4C0800
Complementary color
Monochromatic Colors of #4C0800
Black with #4C0800
Text Example
Text Example
White with #4C0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0800; }
p { color: rgb(76,8,0); }
H1.HeaderClassName
{
color: #4C0800;
}
.AnyTagClassName
{
color: #4C0800;
}
</style>
background-color css
<style>
a { background-color: #4C0800; }
a { background-color: rgb(76,8,0); }
div.DivClassName
{
background-color: #4C0800;
}
.BgClassName
{
background-color: #4C0800;
}
</style>
border-color css
<style>
span { border-color: #4C0800; }
span { border-color: rgb(76,8,0); }
td.TdClassName
{
border-color: #4C0800;
}
.TagClassName
{
border-color: #4C0800;
}
</style>