Shades of Seal Brown #2D1812
Tints of Seal Brown #2D1812
RGB
CMYK
RGB Variations
Color information
#2D1812 (or 0x2D1812) is known color: Seal Brown. HEX triplet: 2D, 18 and 12. RGB value is (45,24,18). Sum of RGB (Red+Green+Blue) = 45+24+18=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1812 is #D2E7ED. Grayscale: #1D1D1D. Windows color (decimal): -13821934 or 1185837. OLE color: 1185837.
HSL color Cylindrical-coordinate representation of color #2D1812: hue angle of 13.33º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D1812 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 24 | 18 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.82 |
| HSL | 13.33º | 0.43% | 0.12% | - |
| HSV(B) | 13.33º | 0.6% | 0.18% | - |
| XYZ | 1.52 | 1.25 | 0.73 | - |
| YUV | 29.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 18 | 0 | 0.47 | 0.6 | 0.82 | 13.33 | 0.43 | 0.12 |
| Hex | 2D | 18 | 12 | 0 | 2F | 3C | 52 | D | 2B | C |
| Octal | 55 | 30 | 22 | 0 | 57 | 74 | 122 | 15 | 53 | 14 |
| Binary | 101101 | 11000 | 10010 | 0 | 101111 | 111100 | 1010010 | 1101 | 101011 | 1100 |
Color Harmonies of #2D1812
Complementary color
Monochromatic Colors of #2D1812
Black with #2D1812
Text Example
Text Example
White with #2D1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1812; }
p { color: rgb(45,24,18); }
H1.HeaderClassName
{
color: #2D1812;
}
.AnyTagClassName
{
color: #2D1812;
}
</style>
background-color css
<style>
a { background-color: #2D1812; }
a { background-color: rgb(45,24,18); }
div.DivClassName
{
background-color: #2D1812;
}
.BgClassName
{
background-color: #2D1812;
}
</style>
border-color css
<style>
span { border-color: #2D1812; }
span { border-color: rgb(45,24,18); }
td.TdClassName
{
border-color: #2D1812;
}
.TagClassName
{
border-color: #2D1812;
}
</style>