Shades of Seal Brown #2D0C06
Tints of Seal Brown #2D0C06
RGB
CMYK
RGB Variations
Color information
#2D0C06 (or 0x2D0C06) is known color: Seal Brown. HEX triplet: 2D, 0C and 06. RGB value is (45,12,6). Sum of RGB (Red+Green+Blue) = 45+12+6=63 (8% of max value = 765). Red value is 45 (17.97% from 255 or 71.43% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0C06 is #D2F3F9. Grayscale: #151515. Windows color (decimal): -13825018 or 396333. OLE color: 396333.
HSL color Cylindrical-coordinate representation of color #2D0C06: hue angle of 9.23º degrees, saturation: 0.76, 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 #2D0C06 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 12 | 6 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.82 |
| HSL | 9.23º | 0.76% | 0.1% | - |
| HSV(B) | 9.23º | 0.87% | 0.18% | - |
| XYZ | 1.25 | 0.83 | 0.27 | - |
| YUV | 21.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 6 | 0 | 0.73 | 0.87 | 0.82 | 9.23 | 0.76 | 0.1 |
| Hex | 2D | C | 6 | 0 | 49 | 57 | 52 | 9 | 4C | A |
| Octal | 55 | 14 | 6 | 0 | 111 | 127 | 122 | 11 | 114 | 12 |
| Binary | 101101 | 1100 | 110 | 0 | 1001001 | 1010111 | 1010010 | 1001 | 1001100 | 1010 |
Color Harmonies of #2D0C06
Complementary color
Monochromatic Colors of #2D0C06
Black with #2D0C06
Text Example
Text Example
White with #2D0C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0C06; }
p { color: rgb(45,12,6); }
H1.HeaderClassName
{
color: #2D0C06;
}
.AnyTagClassName
{
color: #2D0C06;
}
</style>
background-color css
<style>
a { background-color: #2D0C06; }
a { background-color: rgb(45,12,6); }
div.DivClassName
{
background-color: #2D0C06;
}
.BgClassName
{
background-color: #2D0C06;
}
</style>
border-color css
<style>
span { border-color: #2D0C06; }
span { border-color: rgb(45,12,6); }
td.TdClassName
{
border-color: #2D0C06;
}
.TagClassName
{
border-color: #2D0C06;
}
</style>