Shades of Seal Brown #4C0802
Tints of Seal Brown #4C0802
RGB
CMYK
RGB Variations
Color information
#4C0802 (or 0x4C0802) is known color: Seal Brown. HEX triplet: 4C, 08 and 02. RGB value is (76,8,2). Sum of RGB (Red+Green+Blue) = 76+8+2=86 (11% of max value = 765). Red value is 76 (30.08% from 255 or 88.37% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0802 is #B3F7FD. Grayscale: #1B1B1B. Windows color (decimal): -11794430 or 133196. OLE color: 133196.
HSL color Cylindrical-coordinate representation of color #4C0802: hue angle of 4.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C0802 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 2 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.70 |
| HSL | 4.86º | 0.95% | 0.15% | - |
| HSV(B) | 4.86º | 0.97% | 0.3% | - |
| XYZ | 3.08 | 1.71 | 0.23 | - |
| YUV | 27.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 2 | 0 | 0.89 | 0.97 | 0.70 | 4.86 | 0.95 | 0.15 |
| Hex | 4C | 8 | 2 | 0 | 59 | 61 | 46 | 5 | 5F | F |
| Octal | 114 | 10 | 2 | 0 | 131 | 141 | 106 | 5 | 137 | 17 |
| Binary | 1001100 | 1000 | 10 | 0 | 1011001 | 1100001 | 1000110 | 101 | 1011111 | 1111 |
Color Harmonies of #4C0802
Complementary color
Monochromatic Colors of #4C0802
Black with #4C0802
Text Example
Text Example
White with #4C0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0802; }
p { color: rgb(76,8,2); }
H1.HeaderClassName
{
color: #4C0802;
}
.AnyTagClassName
{
color: #4C0802;
}
</style>
background-color css
<style>
a { background-color: #4C0802; }
a { background-color: rgb(76,8,2); }
div.DivClassName
{
background-color: #4C0802;
}
.BgClassName
{
background-color: #4C0802;
}
</style>
border-color css
<style>
span { border-color: #4C0802; }
span { border-color: rgb(76,8,2); }
td.TdClassName
{
border-color: #4C0802;
}
.TagClassName
{
border-color: #4C0802;
}
</style>