Shades of Seal Brown #2E0F06
Tints of Seal Brown #2E0F06
RGB
CMYK
RGB Variations
Color information
#2E0F06 (or 0x2E0F06) is known color: Seal Brown. HEX triplet: 2E, 0F and 06. RGB value is (46,15,6). Sum of RGB (Red+Green+Blue) = 46+15+6=67 (8% of max value = 765). Red value is 46 (18.36% from 255 or 68.66% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0F06 is #D1F0F9. Grayscale: #171717. Windows color (decimal): -13758714 or 397102. OLE color: 397102.
HSL color Cylindrical-coordinate representation of color #2E0F06: hue angle of 13.5º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E0F06 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 15 | 6 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.82 |
| HSL | 13.5º | 0.77% | 0.1% | - |
| HSV(B) | 13.5º | 0.87% | 0.18% | - |
| XYZ | 1.33 | 0.94 | 0.28 | - |
| YUV | 23.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 6 | 0 | 0.67 | 0.87 | 0.82 | 13.5 | 0.77 | 0.1 |
| Hex | 2E | F | 6 | 0 | 43 | 57 | 52 | E | 4D | A |
| Octal | 56 | 17 | 6 | 0 | 103 | 127 | 122 | 16 | 115 | 12 |
| Binary | 101110 | 1111 | 110 | 0 | 1000011 | 1010111 | 1010010 | 1110 | 1001101 | 1010 |
Color Harmonies of #2E0F06
Complementary color
Monochromatic Colors of #2E0F06
Black with #2E0F06
Text Example
Text Example
White with #2E0F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0F06; }
p { color: rgb(46,15,6); }
H1.HeaderClassName
{
color: #2E0F06;
}
.AnyTagClassName
{
color: #2E0F06;
}
</style>
background-color css
<style>
a { background-color: #2E0F06; }
a { background-color: rgb(46,15,6); }
div.DivClassName
{
background-color: #2E0F06;
}
.BgClassName
{
background-color: #2E0F06;
}
</style>
border-color css
<style>
span { border-color: #2E0F06; }
span { border-color: rgb(46,15,6); }
td.TdClassName
{
border-color: #2E0F06;
}
.TagClassName
{
border-color: #2E0F06;
}
</style>