Shades of Seal Brown #33130F
Tints of Seal Brown #33130F
RGB
CMYK
RGB Variations
Color information
#33130F (or 0x33130F) is known color: Seal Brown. HEX triplet: 33, 13 and 0F. RGB value is (51,19,15). Sum of RGB (Red+Green+Blue) = 51+19+15=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33130F is #CCECF0. Grayscale: #1C1C1C. Windows color (decimal): -13430001 or 987955. OLE color: 987955.
HSL color Cylindrical-coordinate representation of color #33130F: hue angle of 6.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33130F is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 15 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.8 |
| HSL | 6.67º | 0.55% | 0.13% | - |
| HSV(B) | 6.67º | 0.71% | 0.2% | - |
| XYZ | 1.68 | 1.2 | 0.6 | - |
| YUV | 28.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 15 | 0 | 0.63 | 0.71 | 0.8 | 6.67 | 0.55 | 0.13 |
| Hex | 33 | 13 | F | 0 | 3F | 47 | 50 | 7 | 37 | D |
| Octal | 63 | 23 | 17 | 0 | 77 | 107 | 120 | 7 | 67 | 15 |
| Binary | 110011 | 10011 | 1111 | 0 | 111111 | 1000111 | 1010000 | 111 | 110111 | 1101 |
Color Harmonies of #33130F
Complementary color
Monochromatic Colors of #33130F
Black with #33130F
Text Example
Text Example
White with #33130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33130F; }
p { color: rgb(51,19,15); }
H1.HeaderClassName
{
color: #33130F;
}
.AnyTagClassName
{
color: #33130F;
}
</style>
background-color css
<style>
a { background-color: #33130F; }
a { background-color: rgb(51,19,15); }
div.DivClassName
{
background-color: #33130F;
}
.BgClassName
{
background-color: #33130F;
}
</style>
border-color css
<style>
span { border-color: #33130F; }
span { border-color: rgb(51,19,15); }
td.TdClassName
{
border-color: #33130F;
}
.TagClassName
{
border-color: #33130F;
}
</style>