Shades of Seal Brown #4A0A08
Tints of Seal Brown #4A0A08
RGB
CMYK
RGB Variations
Color information
#4A0A08 (or 0x4A0A08) is known color: Seal Brown. HEX triplet: 4A, 0A and 08. RGB value is (74,10,8). Sum of RGB (Red+Green+Blue) = 74+10+8=92 (12% of max value = 765). Red value is 74 (29.30% from 255 or 80.43% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0A08 is #B5F5F7. Grayscale: #1C1C1C. Windows color (decimal): -11924984 or 526922. OLE color: 526922.
HSL color Cylindrical-coordinate representation of color #4A0A08: hue angle of 1.82º 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 #4A0A08 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 10 | 8 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.71 |
| HSL | 1.82º | 0.8% | 0.16% | - |
| HSV(B) | 1.82º | 0.89% | 0.29% | - |
| XYZ | 2.98 | 1.69 | 0.4 | - |
| YUV | 28.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 8 | 0 | 0.86 | 0.89 | 0.71 | 1.82 | 0.8 | 0.16 |
| Hex | 4A | A | 8 | 0 | 56 | 59 | 47 | 2 | 50 | 10 |
| Octal | 112 | 12 | 10 | 0 | 126 | 131 | 107 | 2 | 120 | 20 |
| Binary | 1001010 | 1010 | 1000 | 0 | 1010110 | 1011001 | 1000111 | 10 | 1010000 | 10000 |
Color Harmonies of #4A0A08
Complementary color
Monochromatic Colors of #4A0A08
Black with #4A0A08
Text Example
Text Example
White with #4A0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0A08; }
p { color: rgb(74,10,8); }
H1.HeaderClassName
{
color: #4A0A08;
}
.AnyTagClassName
{
color: #4A0A08;
}
</style>
background-color css
<style>
a { background-color: #4A0A08; }
a { background-color: rgb(74,10,8); }
div.DivClassName
{
background-color: #4A0A08;
}
.BgClassName
{
background-color: #4A0A08;
}
</style>
border-color css
<style>
span { border-color: #4A0A08; }
span { border-color: rgb(74,10,8); }
td.TdClassName
{
border-color: #4A0A08;
}
.TagClassName
{
border-color: #4A0A08;
}
</style>