Shades of Seal Brown #2E0601
Tints of Seal Brown #2E0601
RGB
CMYK
RGB Variations
Color information
#2E0601 (or 0x2E0601) is known color: Seal Brown. HEX triplet: 2E, 06 and 01. RGB value is (46,6,1). Sum of RGB (Red+Green+Blue) = 46+6+1=53 (7% of max value = 765). Red value is 46 (18.36% from 255 or 86.79% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0601 is #D1F9FE. Grayscale: #111111. Windows color (decimal): -13761023 or 67118. OLE color: 67118.
HSL color Cylindrical-coordinate representation of color #2E0601: hue angle of 6.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0601 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 6 | 1 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.82 |
| HSL | 6.67º | 0.96% | 0.09% | - |
| HSV(B) | 6.67º | 0.98% | 0.18% | - |
| XYZ | 1.2 | 0.71 | 0.1 | - |
| YUV | 17.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 1 | 0 | 0.87 | 0.98 | 0.82 | 6.67 | 0.96 | 0.09 |
| Hex | 2E | 6 | 1 | 0 | 57 | 62 | 52 | 7 | 60 | 9 |
| Octal | 56 | 6 | 1 | 0 | 127 | 142 | 122 | 7 | 140 | 11 |
| Binary | 101110 | 110 | 1 | 0 | 1010111 | 1100010 | 1010010 | 111 | 1100000 | 1001 |
Color Harmonies of #2E0601
Complementary color
Monochromatic Colors of #2E0601
Black with #2E0601
Text Example
Text Example
White with #2E0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0601; }
p { color: rgb(46,6,1); }
H1.HeaderClassName
{
color: #2E0601;
}
.AnyTagClassName
{
color: #2E0601;
}
</style>
background-color css
<style>
a { background-color: #2E0601; }
a { background-color: rgb(46,6,1); }
div.DivClassName
{
background-color: #2E0601;
}
.BgClassName
{
background-color: #2E0601;
}
</style>
border-color css
<style>
span { border-color: #2E0601; }
span { border-color: rgb(46,6,1); }
td.TdClassName
{
border-color: #2E0601;
}
.TagClassName
{
border-color: #2E0601;
}
</style>