Shades of Seal Brown #4A0905
Tints of Seal Brown #4A0905
RGB
CMYK
RGB Variations
Color information
#4A0905 (or 0x4A0905) is known color: Seal Brown. HEX triplet: 4A, 09 and 05. RGB value is (74,9,5). Sum of RGB (Red+Green+Blue) = 74+9+5=88 (11% of max value = 765). Red value is 74 (29.30% from 255 or 84.09% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0905 is #B5F6FA. Grayscale: #1C1C1C. Windows color (decimal): -11925243 or 330058. OLE color: 330058.
HSL color Cylindrical-coordinate representation of color #4A0905: hue angle of 3.48º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0905 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 5 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.71 |
| HSL | 3.48º | 0.87% | 0.15% | - |
| HSV(B) | 3.48º | 0.93% | 0.29% | - |
| XYZ | 2.95 | 1.66 | 0.31 | - |
| YUV | 27.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 5 | 0 | 0.88 | 0.93 | 0.71 | 3.48 | 0.87 | 0.15 |
| Hex | 4A | 9 | 5 | 0 | 58 | 5D | 47 | 3 | 57 | F |
| Octal | 112 | 11 | 5 | 0 | 130 | 135 | 107 | 3 | 127 | 17 |
| Binary | 1001010 | 1001 | 101 | 0 | 1011000 | 1011101 | 1000111 | 11 | 1010111 | 1111 |
Color Harmonies of #4A0905
Complementary color
Monochromatic Colors of #4A0905
Black with #4A0905
Text Example
Text Example
White with #4A0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0905; }
p { color: rgb(74,9,5); }
H1.HeaderClassName
{
color: #4A0905;
}
.AnyTagClassName
{
color: #4A0905;
}
</style>
background-color css
<style>
a { background-color: #4A0905; }
a { background-color: rgb(74,9,5); }
div.DivClassName
{
background-color: #4A0905;
}
.BgClassName
{
background-color: #4A0905;
}
</style>
border-color css
<style>
span { border-color: #4A0905; }
span { border-color: rgb(74,9,5); }
td.TdClassName
{
border-color: #4A0905;
}
.TagClassName
{
border-color: #4A0905;
}
</style>