Shades of Seal Brown #4D1003
Tints of Seal Brown #4D1003
RGB
CMYK
RGB Variations
Color information
#4D1003 (or 0x4D1003) is known color: Seal Brown. HEX triplet: 4D, 10 and 03. RGB value is (77,16,3). Sum of RGB (Red+Green+Blue) = 77+16+3=96 (12% of max value = 765). Red value is 77 (30.47% from 255 or 80.21% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1003 is #B2EFFC. Grayscale: #202020. Windows color (decimal): -11726845 or 200781. OLE color: 200781.
HSL color Cylindrical-coordinate representation of color #4D1003: hue angle of 10.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D1003 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 3 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.70 |
| HSL | 10.54º | 0.93% | 0.16% | - |
| HSV(B) | 10.54º | 0.96% | 0.3% | - |
| XYZ | 3.26 | 1.95 | 0.29 | - |
| YUV | 32.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 3 | 0 | 0.79 | 0.96 | 0.70 | 10.54 | 0.93 | 0.16 |
| Hex | 4D | 10 | 3 | 0 | 4F | 60 | 46 | B | 5C | 10 |
| Octal | 115 | 20 | 3 | 0 | 117 | 140 | 106 | 13 | 134 | 20 |
| Binary | 1001101 | 10000 | 11 | 0 | 1001111 | 1100000 | 1000110 | 1011 | 1011100 | 10000 |
Color Harmonies of #4D1003
Complementary color
Monochromatic Colors of #4D1003
Black with #4D1003
Text Example
Text Example
White with #4D1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1003; }
p { color: rgb(77,16,3); }
H1.HeaderClassName
{
color: #4D1003;
}
.AnyTagClassName
{
color: #4D1003;
}
</style>
background-color css
<style>
a { background-color: #4D1003; }
a { background-color: rgb(77,16,3); }
div.DivClassName
{
background-color: #4D1003;
}
.BgClassName
{
background-color: #4D1003;
}
</style>
border-color css
<style>
span { border-color: #4D1003; }
span { border-color: rgb(77,16,3); }
td.TdClassName
{
border-color: #4D1003;
}
.TagClassName
{
border-color: #4D1003;
}
</style>