Shades of Seal Brown #2D0800
Tints of Seal Brown #2D0800
RGB
CMYK
RGB Variations
Color information
#2D0800 (or 0x2D0800) is known color: Seal Brown. HEX triplet: 2D, 08 and 00. RGB value is (45,8,0). Sum of RGB (Red+Green+Blue) = 45+8+0=53 (7% of max value = 765). Red value is 45 (17.97% from 255 or 84.91% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0800 is #D2F7FF. Grayscale: #121212. Windows color (decimal): -13826048 or 2093. OLE color: 2093.
HSL color Cylindrical-coordinate representation of color #2D0800: hue angle of 10.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 8 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.82 |
| HSL | 10.67º | 1% | 0.09% | - |
| HSV(B) | 10.67º | 1% | 0.18% | - |
| XYZ | 1.17 | 0.73 | 0.08 | - |
| YUV | 18.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 0 | 0 | 0.82 | 1 | 0.82 | 10.67 | 1 | 0.09 |
| Hex | 2D | 8 | 0 | 0 | 52 | 64 | 52 | B | 64 | 9 |
| Octal | 55 | 10 | 0 | 0 | 122 | 144 | 122 | 13 | 144 | 11 |
| Binary | 101101 | 1000 | 0 | 0 | 1010010 | 1100100 | 1010010 | 1011 | 1100100 | 1001 |
Color Harmonies of #2D0800
Complementary color
Monochromatic Colors of #2D0800
Black with #2D0800
Text Example
Text Example
White with #2D0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0800; }
p { color: rgb(45,8,0); }
H1.HeaderClassName
{
color: #2D0800;
}
.AnyTagClassName
{
color: #2D0800;
}
</style>
background-color css
<style>
a { background-color: #2D0800; }
a { background-color: rgb(45,8,0); }
div.DivClassName
{
background-color: #2D0800;
}
.BgClassName
{
background-color: #2D0800;
}
</style>
border-color css
<style>
span { border-color: #2D0800; }
span { border-color: rgb(45,8,0); }
td.TdClassName
{
border-color: #2D0800;
}
.TagClassName
{
border-color: #2D0800;
}
</style>