Shades of Seal Brown #4A0908
Tints of Seal Brown #4A0908
RGB
CMYK
RGB Variations
Color information
#4A0908 (or 0x4A0908) is known color: Seal Brown. HEX triplet: 4A, 09 and 08. RGB value is (74,9,8). Sum of RGB (Red+Green+Blue) = 74+9+8=91 (12% of max value = 765). Red value is 74 (29.30% from 255 or 81.32% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0908 is #B5F6F7. Grayscale: #1C1C1C. Windows color (decimal): -11925240 or 526666. OLE color: 526666.
HSL color Cylindrical-coordinate representation of color #4A0908: hue angle of 0.91º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A0908 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 9 | 8 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.71 |
| HSL | 0.91º | 0.8% | 0.16% | - |
| HSV(B) | 0.91º | 0.89% | 0.29% | - |
| XYZ | 2.97 | 1.67 | 0.4 | - |
| YUV | 28.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 8 | 0 | 0.88 | 0.89 | 0.71 | 0.91 | 0.8 | 0.16 |
| Hex | 4A | 9 | 8 | 0 | 58 | 59 | 47 | 1 | 50 | 10 |
| Octal | 112 | 11 | 10 | 0 | 130 | 131 | 107 | 1 | 120 | 20 |
| Binary | 1001010 | 1001 | 1000 | 0 | 1011000 | 1011001 | 1000111 | 1 | 1010000 | 10000 |
Color Harmonies of #4A0908
Complementary color
Monochromatic Colors of #4A0908
Black with #4A0908
Text Example
Text Example
White with #4A0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0908; }
p { color: rgb(74,9,8); }
H1.HeaderClassName
{
color: #4A0908;
}
.AnyTagClassName
{
color: #4A0908;
}
</style>
background-color css
<style>
a { background-color: #4A0908; }
a { background-color: rgb(74,9,8); }
div.DivClassName
{
background-color: #4A0908;
}
.BgClassName
{
background-color: #4A0908;
}
</style>
border-color css
<style>
span { border-color: #4A0908; }
span { border-color: rgb(74,9,8); }
td.TdClassName
{
border-color: #4A0908;
}
.TagClassName
{
border-color: #4A0908;
}
</style>