Shades of Seal Brown #4A0504
Tints of Seal Brown #4A0504
RGB
CMYK
RGB Variations
Color information
#4A0504 (or 0x4A0504) is known color: Seal Brown. HEX triplet: 4A, 05 and 04. RGB value is (74,5,4). Sum of RGB (Red+Green+Blue) = 74+5+4=83 (10% of max value = 765). Red value is 74 (29.30% from 255 or 89.16% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0504 is #B5FAFB. Grayscale: #191919. Windows color (decimal): -11926268 or 263498. OLE color: 263498.
HSL color Cylindrical-coordinate representation of color #4A0504: hue angle of 0.86º 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 #4A0504 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 4 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.71 |
| HSL | 0.86º | 0.9% | 0.15% | - |
| HSV(B) | 0.86º | 0.95% | 0.29% | - |
| XYZ | 2.9 | 1.57 | 0.27 | - |
| YUV | 25.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 4 | 0 | 0.93 | 0.95 | 0.71 | 0.86 | 0.9 | 0.15 |
| Hex | 4A | 5 | 4 | 0 | 5D | 5F | 47 | 1 | 5A | F |
| Octal | 112 | 5 | 4 | 0 | 135 | 137 | 107 | 1 | 132 | 17 |
| Binary | 1001010 | 101 | 100 | 0 | 1011101 | 1011111 | 1000111 | 1 | 1011010 | 1111 |
Color Harmonies of #4A0504
Complementary color
Monochromatic Colors of #4A0504
Black with #4A0504
Text Example
Text Example
White with #4A0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0504; }
p { color: rgb(74,5,4); }
H1.HeaderClassName
{
color: #4A0504;
}
.AnyTagClassName
{
color: #4A0504;
}
</style>
background-color css
<style>
a { background-color: #4A0504; }
a { background-color: rgb(74,5,4); }
div.DivClassName
{
background-color: #4A0504;
}
.BgClassName
{
background-color: #4A0504;
}
</style>
border-color css
<style>
span { border-color: #4A0504; }
span { border-color: rgb(74,5,4); }
td.TdClassName
{
border-color: #4A0504;
}
.TagClassName
{
border-color: #4A0504;
}
</style>