Shades of Seal Brown #4B1103
Tints of Seal Brown #4B1103
RGB
CMYK
RGB Variations
Color information
#4B1103 (or 0x4B1103) is known color: Seal Brown. HEX triplet: 4B, 11 and 03. RGB value is (75,17,3). Sum of RGB (Red+Green+Blue) = 75+17+3=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1103 is #B4EEFC. Grayscale: #202020. Windows color (decimal): -11857661 or 201035. OLE color: 201035.
HSL color Cylindrical-coordinate representation of color #4B1103: hue angle of 11.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B1103 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 3 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.71 |
| HSL | 11.67º | 0.92% | 0.15% | - |
| HSV(B) | 11.67º | 0.96% | 0.29% | - |
| XYZ | 3.12 | 1.9 | 0.29 | - |
| YUV | 32.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 3 | 0 | 0.77 | 0.96 | 0.71 | 11.67 | 0.92 | 0.15 |
| Hex | 4B | 11 | 3 | 0 | 4D | 60 | 47 | C | 5C | F |
| Octal | 113 | 21 | 3 | 0 | 115 | 140 | 107 | 14 | 134 | 17 |
| Binary | 1001011 | 10001 | 11 | 0 | 1001101 | 1100000 | 1000111 | 1100 | 1011100 | 1111 |
Color Harmonies of #4B1103
Complementary color
Monochromatic Colors of #4B1103
Black with #4B1103
Text Example
Text Example
White with #4B1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1103; }
p { color: rgb(75,17,3); }
H1.HeaderClassName
{
color: #4B1103;
}
.AnyTagClassName
{
color: #4B1103;
}
</style>
background-color css
<style>
a { background-color: #4B1103; }
a { background-color: rgb(75,17,3); }
div.DivClassName
{
background-color: #4B1103;
}
.BgClassName
{
background-color: #4B1103;
}
</style>
border-color css
<style>
span { border-color: #4B1103; }
span { border-color: rgb(75,17,3); }
td.TdClassName
{
border-color: #4B1103;
}
.TagClassName
{
border-color: #4B1103;
}
</style>