Shades of Seal Brown #2E0A0A
Tints of Seal Brown #2E0A0A
RGB
CMYK
RGB Variations
Color information
#2E0A0A (or 0x2E0A0A) is known color: Seal Brown. HEX triplet: 2E, 0A and 0A. RGB value is (46,10,10). Sum of RGB (Red+Green+Blue) = 46+10+10=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0A0A is #D1F5F5. Grayscale: #141414. Windows color (decimal): -13759990 or 657966. OLE color: 657966.
HSL color Cylindrical-coordinate representation of color #2E0A0A: hue angle of 0º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E0A0A is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 10 | 10 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.82 |
| HSL | 0º | 0.64% | 0.11% | - |
| HSV(B) | 0º | 0.78% | 0.18% | - |
| XYZ | 1.29 | 0.82 | 0.38 | - |
| YUV | 20.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 10 | 0 | 0.78 | 0.78 | 0.82 | 0 | 0.64 | 0.11 |
| Hex | 2E | A | A | 0 | 4E | 4E | 52 | 0 | 40 | B |
| Octal | 56 | 12 | 12 | 0 | 116 | 116 | 122 | 0 | 100 | 13 |
| Binary | 101110 | 1010 | 1010 | 0 | 1001110 | 1001110 | 1010010 | 0 | 1000000 | 1011 |
Color Harmonies of #2E0A0A
Complementary color
Monochromatic Colors of #2E0A0A
Black with #2E0A0A
Text Example
Text Example
White with #2E0A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0A0A; }
p { color: rgb(46,10,10); }
H1.HeaderClassName
{
color: #2E0A0A;
}
.AnyTagClassName
{
color: #2E0A0A;
}
</style>
background-color css
<style>
a { background-color: #2E0A0A; }
a { background-color: rgb(46,10,10); }
div.DivClassName
{
background-color: #2E0A0A;
}
.BgClassName
{
background-color: #2E0A0A;
}
</style>
border-color css
<style>
span { border-color: #2E0A0A; }
span { border-color: rgb(46,10,10); }
td.TdClassName
{
border-color: #2E0A0A;
}
.TagClassName
{
border-color: #2E0A0A;
}
</style>