Shades of Seal Brown #2D1711
Tints of Seal Brown #2D1711
RGB
CMYK
RGB Variations
Color information
#2D1711 (or 0x2D1711) is known color: Seal Brown. HEX triplet: 2D, 17 and 11. RGB value is (45,23,17). Sum of RGB (Red+Green+Blue) = 45+23+17=85 (11% of max value = 765). Red value is 45 (17.97% from 255 or 52.94% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1711 is #D2E8EE. Grayscale: #1C1C1C. Windows color (decimal): -13822191 or 1120045. OLE color: 1120045.
HSL color Cylindrical-coordinate representation of color #2D1711: hue angle of 12.86º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1711 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 23 | 17 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.82 |
| HSL | 12.86º | 0.45% | 0.12% | - |
| HSV(B) | 12.86º | 0.62% | 0.18% | - |
| XYZ | 1.49 | 1.21 | 0.69 | - |
| YUV | 28.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 17 | 0 | 0.49 | 0.62 | 0.82 | 12.86 | 0.45 | 0.12 |
| Hex | 2D | 17 | 11 | 0 | 31 | 3E | 52 | D | 2D | C |
| Octal | 55 | 27 | 21 | 0 | 61 | 76 | 122 | 15 | 55 | 14 |
| Binary | 101101 | 10111 | 10001 | 0 | 110001 | 111110 | 1010010 | 1101 | 101101 | 1100 |
Color Harmonies of #2D1711
Complementary color
Monochromatic Colors of #2D1711
Black with #2D1711
Text Example
Text Example
White with #2D1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1711; }
p { color: rgb(45,23,17); }
H1.HeaderClassName
{
color: #2D1711;
}
.AnyTagClassName
{
color: #2D1711;
}
</style>
background-color css
<style>
a { background-color: #2D1711; }
a { background-color: rgb(45,23,17); }
div.DivClassName
{
background-color: #2D1711;
}
.BgClassName
{
background-color: #2D1711;
}
</style>
border-color css
<style>
span { border-color: #2D1711; }
span { border-color: rgb(45,23,17); }
td.TdClassName
{
border-color: #2D1711;
}
.TagClassName
{
border-color: #2D1711;
}
</style>