Shades of Seal Brown #2D0602
Tints of Seal Brown #2D0602
RGB
CMYK
RGB Variations
Color information
#2D0602 (or 0x2D0602) is known color: Seal Brown. HEX triplet: 2D, 06 and 02. RGB value is (45,6,2). Sum of RGB (Red+Green+Blue) = 45+6+2=53 (7% of max value = 765). Red value is 45 (17.97% from 255 or 84.91% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0602 is #D2F9FD. Grayscale: #111111. Windows color (decimal): -13826558 or 132653. OLE color: 132653.
HSL color Cylindrical-coordinate representation of color #2D0602: hue angle of 5.58º degrees, saturation: 0.91, 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 #2D0602 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 6 | 2 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.82 |
| HSL | 5.58º | 0.91% | 0.09% | - |
| HSV(B) | 5.58º | 0.96% | 0.18% | - |
| XYZ | 1.16 | 0.69 | 0.13 | - |
| YUV | 17.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 2 | 0 | 0.87 | 0.96 | 0.82 | 5.58 | 0.91 | 0.09 |
| Hex | 2D | 6 | 2 | 0 | 57 | 60 | 52 | 6 | 5B | 9 |
| Octal | 55 | 6 | 2 | 0 | 127 | 140 | 122 | 6 | 133 | 11 |
| Binary | 101101 | 110 | 10 | 0 | 1010111 | 1100000 | 1010010 | 110 | 1011011 | 1001 |
Color Harmonies of #2D0602
Complementary color
Monochromatic Colors of #2D0602
Black with #2D0602
Text Example
Text Example
White with #2D0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0602; }
p { color: rgb(45,6,2); }
H1.HeaderClassName
{
color: #2D0602;
}
.AnyTagClassName
{
color: #2D0602;
}
</style>
background-color css
<style>
a { background-color: #2D0602; }
a { background-color: rgb(45,6,2); }
div.DivClassName
{
background-color: #2D0602;
}
.BgClassName
{
background-color: #2D0602;
}
</style>
border-color css
<style>
span { border-color: #2D0602; }
span { border-color: rgb(45,6,2); }
td.TdClassName
{
border-color: #2D0602;
}
.TagClassName
{
border-color: #2D0602;
}
</style>