Shades of Seal Brown #33150B
Tints of Seal Brown #33150B
RGB
CMYK
RGB Variations
Color information
#33150B (or 0x33150B) is known color: Seal Brown. HEX triplet: 33, 15 and 0B. RGB value is (51,21,11). Sum of RGB (Red+Green+Blue) = 51+21+11=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #33150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33150B is #CCEAF4. Grayscale: #1C1C1C. Windows color (decimal): -13429493 or 726323. OLE color: 726323.
HSL color Cylindrical-coordinate representation of color #33150B: hue angle of 15º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33150B is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 11 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.8 |
| HSL | 15º | 0.65% | 0.12% | - |
| HSV(B) | 15º | 0.78% | 0.2% | - |
| XYZ | 1.69 | 1.26 | 0.47 | - |
| YUV | 28.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 11 | 0 | 0.59 | 0.78 | 0.8 | 15 | 0.65 | 0.12 |
| Hex | 33 | 15 | B | 0 | 3B | 4E | 50 | F | 41 | C |
| Octal | 63 | 25 | 13 | 0 | 73 | 116 | 120 | 17 | 101 | 14 |
| Binary | 110011 | 10101 | 1011 | 0 | 111011 | 1001110 | 1010000 | 1111 | 1000001 | 1100 |
Color Harmonies of #33150B
Complementary color
Monochromatic Colors of #33150B
Black with #33150B
Text Example
Text Example
White with #33150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33150B; }
p { color: rgb(51,21,11); }
H1.HeaderClassName
{
color: #33150B;
}
.AnyTagClassName
{
color: #33150B;
}
</style>
background-color css
<style>
a { background-color: #33150B; }
a { background-color: rgb(51,21,11); }
div.DivClassName
{
background-color: #33150B;
}
.BgClassName
{
background-color: #33150B;
}
</style>
border-color css
<style>
span { border-color: #33150B; }
span { border-color: rgb(51,21,11); }
td.TdClassName
{
border-color: #33150B;
}
.TagClassName
{
border-color: #33150B;
}
</style>