Shades of Seal Brown #2F1812
Tints of Seal Brown #2F1812
RGB
CMYK
RGB Variations
Color information
#2F1812 (or 0x2F1812) is known color: Seal Brown. HEX triplet: 2F, 18 and 12. RGB value is (47,24,18). Sum of RGB (Red+Green+Blue) = 47+24+18=89 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.81% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1812 is #D0E7ED. Grayscale: #1E1E1E. Windows color (decimal): -13690862 or 1185839. OLE color: 1185839.
HSL color Cylindrical-coordinate representation of color #2F1812: hue angle of 12.41º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F1812 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 24 | 18 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.82 |
| HSL | 12.41º | 0.45% | 0.13% | - |
| HSV(B) | 12.41º | 0.62% | 0.18% | - |
| XYZ | 1.61 | 1.3 | 0.74 | - |
| YUV | 30.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 18 | 0 | 0.49 | 0.62 | 0.82 | 12.41 | 0.45 | 0.13 |
| Hex | 2F | 18 | 12 | 0 | 31 | 3E | 52 | C | 2D | D |
| Octal | 57 | 30 | 22 | 0 | 61 | 76 | 122 | 14 | 55 | 15 |
| Binary | 101111 | 11000 | 10010 | 0 | 110001 | 111110 | 1010010 | 1100 | 101101 | 1101 |
Color Harmonies of #2F1812
Complementary color
Monochromatic Colors of #2F1812
Black with #2F1812
Text Example
Text Example
White with #2F1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1812; }
p { color: rgb(47,24,18); }
H1.HeaderClassName
{
color: #2F1812;
}
.AnyTagClassName
{
color: #2F1812;
}
</style>
background-color css
<style>
a { background-color: #2F1812; }
a { background-color: rgb(47,24,18); }
div.DivClassName
{
background-color: #2F1812;
}
.BgClassName
{
background-color: #2F1812;
}
</style>
border-color css
<style>
span { border-color: #2F1812; }
span { border-color: rgb(47,24,18); }
td.TdClassName
{
border-color: #2F1812;
}
.TagClassName
{
border-color: #2F1812;
}
</style>