Shades of Seal Brown #4C0A03
Tints of Seal Brown #4C0A03
RGB
CMYK
RGB Variations
Color information
#4C0A03 (or 0x4C0A03) is known color: Seal Brown. HEX triplet: 4C, 0A and 03. RGB value is (76,10,3). Sum of RGB (Red+Green+Blue) = 76+10+3=89 (11% of max value = 765). Red value is 76 (30.08% from 255 or 85.39% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0A03 is #B3F5FC. Grayscale: #1D1D1D. Windows color (decimal): -11793917 or 199244. OLE color: 199244.
HSL color Cylindrical-coordinate representation of color #4C0A03: hue angle of 5.75º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0A03 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 10 | 3 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.70 |
| HSL | 5.75º | 0.92% | 0.15% | - |
| HSV(B) | 5.75º | 0.96% | 0.3% | - |
| XYZ | 3.11 | 1.76 | 0.26 | - |
| YUV | 28.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 10 | 3 | 0 | 0.87 | 0.96 | 0.70 | 5.75 | 0.92 | 0.15 |
| Hex | 4C | A | 3 | 0 | 57 | 60 | 46 | 6 | 5C | F |
| Octal | 114 | 12 | 3 | 0 | 127 | 140 | 106 | 6 | 134 | 17 |
| Binary | 1001100 | 1010 | 11 | 0 | 1010111 | 1100000 | 1000110 | 110 | 1011100 | 1111 |
Color Harmonies of #4C0A03
Complementary color
Monochromatic Colors of #4C0A03
Black with #4C0A03
Text Example
Text Example
White with #4C0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0A03; }
p { color: rgb(76,10,3); }
H1.HeaderClassName
{
color: #4C0A03;
}
.AnyTagClassName
{
color: #4C0A03;
}
</style>
background-color css
<style>
a { background-color: #4C0A03; }
a { background-color: rgb(76,10,3); }
div.DivClassName
{
background-color: #4C0A03;
}
.BgClassName
{
background-color: #4C0A03;
}
</style>
border-color css
<style>
span { border-color: #4C0A03; }
span { border-color: rgb(76,10,3); }
td.TdClassName
{
border-color: #4C0A03;
}
.TagClassName
{
border-color: #4C0A03;
}
</style>