Shades of Seal Brown #2F1209
Tints of Seal Brown #2F1209
RGB
CMYK
RGB Variations
Color information
#2F1209 (or 0x2F1209) is known color: Seal Brown. HEX triplet: 2F, 12 and 09. RGB value is (47,18,9). Sum of RGB (Red+Green+Blue) = 47+18+9=74 (9% of max value = 765). Red value is 47 (18.75% from 255 or 63.51% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1209 is #D0EDF6. Grayscale: #191919. Windows color (decimal): -13692407 or 594479. OLE color: 594479.
HSL color Cylindrical-coordinate representation of color #2F1209: hue angle of 14.21º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F1209 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 18 | 9 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.82 |
| HSL | 14.21º | 0.68% | 0.11% | - |
| HSV(B) | 14.21º | 0.81% | 0.18% | - |
| XYZ | 1.44 | 1.06 | 0.39 | - |
| YUV | 25.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 9 | 0 | 0.62 | 0.81 | 0.82 | 14.21 | 0.68 | 0.11 |
| Hex | 2F | 12 | 9 | 0 | 3E | 51 | 52 | E | 44 | B |
| Octal | 57 | 22 | 11 | 0 | 76 | 121 | 122 | 16 | 104 | 13 |
| Binary | 101111 | 10010 | 1001 | 0 | 111110 | 1010001 | 1010010 | 1110 | 1000100 | 1011 |
Color Harmonies of #2F1209
Complementary color
Monochromatic Colors of #2F1209
Black with #2F1209
Text Example
Text Example
White with #2F1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1209; }
p { color: rgb(47,18,9); }
H1.HeaderClassName
{
color: #2F1209;
}
.AnyTagClassName
{
color: #2F1209;
}
</style>
background-color css
<style>
a { background-color: #2F1209; }
a { background-color: rgb(47,18,9); }
div.DivClassName
{
background-color: #2F1209;
}
.BgClassName
{
background-color: #2F1209;
}
</style>
border-color css
<style>
span { border-color: #2F1209; }
span { border-color: rgb(47,18,9); }
td.TdClassName
{
border-color: #2F1209;
}
.TagClassName
{
border-color: #2F1209;
}
</style>