Shades of Seal Brown #2A0E08
Tints of Seal Brown #2A0E08
RGB
CMYK
RGB Variations
Color information
#2A0E08 (or 0x2A0E08) is known color: Seal Brown. HEX triplet: 2A, 0E and 08. RGB value is (42,14,8). Sum of RGB (Red+Green+Blue) = 42+14+8=64 (8% of max value = 765). Red value is 42 (16.80% from 255 or 65.62% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0E08 is #D5F1F7. Grayscale: #151515. Windows color (decimal): -14021112 or 527914. OLE color: 527914.
HSL color Cylindrical-coordinate representation of color #2A0E08: hue angle of 10.59º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A0E08 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 14 | 8 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.84 |
| HSL | 10.59º | 0.68% | 0.1% | - |
| HSV(B) | 10.59º | 0.81% | 0.16% | - |
| XYZ | 1.16 | 0.82 | 0.33 | - |
| YUV | 21.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 8 | 0 | 0.67 | 0.81 | 0.84 | 10.59 | 0.68 | 0.1 |
| Hex | 2A | E | 8 | 0 | 43 | 51 | 54 | B | 44 | A |
| Octal | 52 | 16 | 10 | 0 | 103 | 121 | 124 | 13 | 104 | 12 |
| Binary | 101010 | 1110 | 1000 | 0 | 1000011 | 1010001 | 1010100 | 1011 | 1000100 | 1010 |
Color Harmonies of #2A0E08
Complementary color
Monochromatic Colors of #2A0E08
Black with #2A0E08
Text Example
Text Example
White with #2A0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E08; }
p { color: rgb(42,14,8); }
H1.HeaderClassName
{
color: #2A0E08;
}
.AnyTagClassName
{
color: #2A0E08;
}
</style>
background-color css
<style>
a { background-color: #2A0E08; }
a { background-color: rgb(42,14,8); }
div.DivClassName
{
background-color: #2A0E08;
}
.BgClassName
{
background-color: #2A0E08;
}
</style>
border-color css
<style>
span { border-color: #2A0E08; }
span { border-color: rgb(42,14,8); }
td.TdClassName
{
border-color: #2A0E08;
}
.TagClassName
{
border-color: #2A0E08;
}
</style>