Shades of Seal Brown #33130C
Tints of Seal Brown #33130C
RGB
CMYK
RGB Variations
Color information
#33130C (or 0x33130C) is known color: Seal Brown. HEX triplet: 33, 13 and 0C. RGB value is (51,19,12). Sum of RGB (Red+Green+Blue) = 51+19+12=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33130C is #CCECF3. Grayscale: #1B1B1B. Windows color (decimal): -13430004 or 791347. OLE color: 791347.
HSL color Cylindrical-coordinate representation of color #33130C: hue angle of 10.77º 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 #33130C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 12 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.8 |
| HSL | 10.77º | 0.62% | 0.12% | - |
| HSV(B) | 10.77º | 0.76% | 0.2% | - |
| XYZ | 1.66 | 1.2 | 0.49 | - |
| YUV | 27.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 12 | 0 | 0.63 | 0.76 | 0.8 | 10.77 | 0.62 | 0.12 |
| Hex | 33 | 13 | C | 0 | 3F | 4C | 50 | B | 3E | C |
| Octal | 63 | 23 | 14 | 0 | 77 | 114 | 120 | 13 | 76 | 14 |
| Binary | 110011 | 10011 | 1100 | 0 | 111111 | 1001100 | 1010000 | 1011 | 111110 | 1100 |
Color Harmonies of #33130C
Complementary color
Monochromatic Colors of #33130C
Black with #33130C
Text Example
Text Example
White with #33130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33130C; }
p { color: rgb(51,19,12); }
H1.HeaderClassName
{
color: #33130C;
}
.AnyTagClassName
{
color: #33130C;
}
</style>
background-color css
<style>
a { background-color: #33130C; }
a { background-color: rgb(51,19,12); }
div.DivClassName
{
background-color: #33130C;
}
.BgClassName
{
background-color: #33130C;
}
</style>
border-color css
<style>
span { border-color: #33130C; }
span { border-color: rgb(51,19,12); }
td.TdClassName
{
border-color: #33130C;
}
.TagClassName
{
border-color: #33130C;
}
</style>