Shades of Seal Brown #33120C
Tints of Seal Brown #33120C
RGB
CMYK
RGB Variations
Color information
#33120C (or 0x33120C) is known color: Seal Brown. HEX triplet: 33, 12 and 0C. RGB value is (51,18,12). Sum of RGB (Red+Green+Blue) = 51+18+12=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #33120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33120C is #CCEDF3. Grayscale: #1B1B1B. Windows color (decimal): -13430260 or 791091. OLE color: 791091.
HSL color Cylindrical-coordinate representation of color #33120C: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33120C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 18 | 12 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.8 |
| HSL | 9.23º | 0.62% | 0.12% | - |
| HSV(B) | 9.23º | 0.76% | 0.2% | - |
| XYZ | 1.65 | 1.16 | 0.49 | - |
| YUV | 27.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 12 | 0 | 0.65 | 0.76 | 0.8 | 9.23 | 0.62 | 0.12 |
| Hex | 33 | 12 | C | 0 | 41 | 4C | 50 | 9 | 3E | C |
| Octal | 63 | 22 | 14 | 0 | 101 | 114 | 120 | 11 | 76 | 14 |
| Binary | 110011 | 10010 | 1100 | 0 | 1000001 | 1001100 | 1010000 | 1001 | 111110 | 1100 |
Color Harmonies of #33120C
Complementary color
Monochromatic Colors of #33120C
Black with #33120C
Text Example
Text Example
White with #33120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33120C; }
p { color: rgb(51,18,12); }
H1.HeaderClassName
{
color: #33120C;
}
.AnyTagClassName
{
color: #33120C;
}
</style>
background-color css
<style>
a { background-color: #33120C; }
a { background-color: rgb(51,18,12); }
div.DivClassName
{
background-color: #33120C;
}
.BgClassName
{
background-color: #33120C;
}
</style>
border-color css
<style>
span { border-color: #33120C; }
span { border-color: rgb(51,18,12); }
td.TdClassName
{
border-color: #33120C;
}
.TagClassName
{
border-color: #33120C;
}
</style>