Shades of Seal Brown #331B17
Tints of Seal Brown #331B17
RGB
CMYK
RGB Variations
Color information
#331B17 (or 0x331B17) is known color: Seal Brown. HEX triplet: 33, 1B and 17. RGB value is (51,27,23). Sum of RGB (Red+Green+Blue) = 51+27+23=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #331B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B17 is #CCE4E8. Grayscale: #212121. Windows color (decimal): -13427945 or 1514291. OLE color: 1514291.
HSL color Cylindrical-coordinate representation of color #331B17: hue angle of 8.57º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #331B17 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 23 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.8 |
| HSL | 8.57º | 0.38% | 0.15% | - |
| HSV(B) | 8.57º | 0.55% | 0.2% | - |
| XYZ | 1.91 | 1.55 | 1.01 | - |
| YUV | 33.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 23 | 0 | 0.47 | 0.55 | 0.8 | 8.57 | 0.38 | 0.15 |
| Hex | 33 | 1B | 17 | 0 | 2F | 37 | 50 | 9 | 26 | F |
| Octal | 63 | 33 | 27 | 0 | 57 | 67 | 120 | 11 | 46 | 17 |
| Binary | 110011 | 11011 | 10111 | 0 | 101111 | 110111 | 1010000 | 1001 | 100110 | 1111 |
Color Harmonies of #331B17
Complementary color
Monochromatic Colors of #331B17
Black with #331B17
Text Example
Text Example
White with #331B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B17; }
p { color: rgb(51,27,23); }
H1.HeaderClassName
{
color: #331B17;
}
.AnyTagClassName
{
color: #331B17;
}
</style>
background-color css
<style>
a { background-color: #331B17; }
a { background-color: rgb(51,27,23); }
div.DivClassName
{
background-color: #331B17;
}
.BgClassName
{
background-color: #331B17;
}
</style>
border-color css
<style>
span { border-color: #331B17; }
span { border-color: rgb(51,27,23); }
td.TdClassName
{
border-color: #331B17;
}
.TagClassName
{
border-color: #331B17;
}
</style>