Shades of Seal Brown #4A1104
Tints of Seal Brown #4A1104
RGB
CMYK
RGB Variations
Color information
#4A1104 (or 0x4A1104) is known color: Seal Brown. HEX triplet: 4A, 11 and 04. RGB value is (74,17,4). Sum of RGB (Red+Green+Blue) = 74+17+4=95 (12% of max value = 765). Red value is 74 (29.30% from 255 or 77.89% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1104 is #B5EEFB. Grayscale: #202020. Windows color (decimal): -11923196 or 266570. OLE color: 266570.
HSL color Cylindrical-coordinate representation of color #4A1104: hue angle of 11.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A1104 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 17 | 4 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.71 |
| HSL | 11.14º | 0.9% | 0.15% | - |
| HSV(B) | 11.14º | 0.95% | 0.29% | - |
| XYZ | 3.05 | 1.87 | 0.31 | - |
| YUV | 32.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 4 | 0 | 0.77 | 0.95 | 0.71 | 11.14 | 0.9 | 0.15 |
| Hex | 4A | 11 | 4 | 0 | 4D | 5F | 47 | B | 5A | F |
| Octal | 112 | 21 | 4 | 0 | 115 | 137 | 107 | 13 | 132 | 17 |
| Binary | 1001010 | 10001 | 100 | 0 | 1001101 | 1011111 | 1000111 | 1011 | 1011010 | 1111 |
Color Harmonies of #4A1104
Complementary color
Monochromatic Colors of #4A1104
Black with #4A1104
Text Example
Text Example
White with #4A1104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1104; }
p { color: rgb(74,17,4); }
H1.HeaderClassName
{
color: #4A1104;
}
.AnyTagClassName
{
color: #4A1104;
}
</style>
background-color css
<style>
a { background-color: #4A1104; }
a { background-color: rgb(74,17,4); }
div.DivClassName
{
background-color: #4A1104;
}
.BgClassName
{
background-color: #4A1104;
}
</style>
border-color css
<style>
span { border-color: #4A1104; }
span { border-color: rgb(74,17,4); }
td.TdClassName
{
border-color: #4A1104;
}
.TagClassName
{
border-color: #4A1104;
}
</style>