Shades of Seal Brown #2E0902
Tints of Seal Brown #2E0902
RGB
CMYK
RGB Variations
Color information
#2E0902 (or 0x2E0902) is known color: Seal Brown. HEX triplet: 2E, 09 and 02. RGB value is (46,9,2). Sum of RGB (Red+Green+Blue) = 46+9+2=57 (7% of max value = 765). Red value is 46 (18.36% from 255 or 80.70% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0902 is #D1F6FD. Grayscale: #131313. Windows color (decimal): -13760254 or 133422. OLE color: 133422.
HSL color Cylindrical-coordinate representation of color #2E0902: hue angle of 9.55º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0902 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 9 | 2 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.82 |
| HSL | 9.55º | 0.92% | 0.09% | - |
| HSV(B) | 9.55º | 0.96% | 0.18% | - |
| XYZ | 1.24 | 0.78 | 0.14 | - |
| YUV | 19.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 2 | 0 | 0.80 | 0.96 | 0.82 | 9.55 | 0.92 | 0.09 |
| Hex | 2E | 9 | 2 | 0 | 50 | 60 | 52 | A | 5C | 9 |
| Octal | 56 | 11 | 2 | 0 | 120 | 140 | 122 | 12 | 134 | 11 |
| Binary | 101110 | 1001 | 10 | 0 | 1010000 | 1100000 | 1010010 | 1010 | 1011100 | 1001 |
Color Harmonies of #2E0902
Complementary color
Monochromatic Colors of #2E0902
Black with #2E0902
Text Example
Text Example
White with #2E0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0902; }
p { color: rgb(46,9,2); }
H1.HeaderClassName
{
color: #2E0902;
}
.AnyTagClassName
{
color: #2E0902;
}
</style>
background-color css
<style>
a { background-color: #2E0902; }
a { background-color: rgb(46,9,2); }
div.DivClassName
{
background-color: #2E0902;
}
.BgClassName
{
background-color: #2E0902;
}
</style>
border-color css
<style>
span { border-color: #2E0902; }
span { border-color: rgb(46,9,2); }
td.TdClassName
{
border-color: #2E0902;
}
.TagClassName
{
border-color: #2E0902;
}
</style>