Shades of Seal Brown #2E0B08
Tints of Seal Brown #2E0B08
RGB
CMYK
RGB Variations
Color information
#2E0B08 (or 0x2E0B08) is known color: Seal Brown. HEX triplet: 2E, 0B and 08. RGB value is (46,11,8). Sum of RGB (Red+Green+Blue) = 46+11+8=65 (8% of max value = 765). Red value is 46 (18.36% from 255 or 70.77% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0B08 is #D1F4F7. Grayscale: #151515. Windows color (decimal): -13759736 or 527150. OLE color: 527150.
HSL color Cylindrical-coordinate representation of color #2E0B08: hue angle of 4.74º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E0B08 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 11 | 8 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.82 |
| HSL | 4.74º | 0.7% | 0.11% | - |
| HSV(B) | 4.74º | 0.83% | 0.18% | - |
| XYZ | 1.29 | 0.84 | 0.32 | - |
| YUV | 21.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 8 | 0 | 0.76 | 0.83 | 0.82 | 4.74 | 0.7 | 0.11 |
| Hex | 2E | B | 8 | 0 | 4C | 53 | 52 | 5 | 46 | B |
| Octal | 56 | 13 | 10 | 0 | 114 | 123 | 122 | 5 | 106 | 13 |
| Binary | 101110 | 1011 | 1000 | 0 | 1001100 | 1010011 | 1010010 | 101 | 1000110 | 1011 |
Color Harmonies of #2E0B08
Complementary color
Monochromatic Colors of #2E0B08
Black with #2E0B08
Text Example
Text Example
White with #2E0B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B08; }
p { color: rgb(46,11,8); }
H1.HeaderClassName
{
color: #2E0B08;
}
.AnyTagClassName
{
color: #2E0B08;
}
</style>
background-color css
<style>
a { background-color: #2E0B08; }
a { background-color: rgb(46,11,8); }
div.DivClassName
{
background-color: #2E0B08;
}
.BgClassName
{
background-color: #2E0B08;
}
</style>
border-color css
<style>
span { border-color: #2E0B08; }
span { border-color: rgb(46,11,8); }
td.TdClassName
{
border-color: #2E0B08;
}
.TagClassName
{
border-color: #2E0B08;
}
</style>