Shades of Seal Brown #3B1A17
Tints of Seal Brown #3B1A17
RGB
CMYK
RGB Variations
Color information
#3B1A17 (or 0x3B1A17) is known color: Seal Brown. HEX triplet: 3B, 1A and 17. RGB value is (59,26,23). Sum of RGB (Red+Green+Blue) = 59+26+23=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1A17 is #C4E5E8. Grayscale: #232323. Windows color (decimal): -12903913 or 1514043. OLE color: 1514043.
HSL color Cylindrical-coordinate representation of color #3B1A17: hue angle of 5º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B1A17 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 23 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.77 |
| HSL | 5º | 0.44% | 0.16% | - |
| HSV(B) | 5º | 0.61% | 0.23% | - |
| XYZ | 2.33 | 1.73 | 1.02 | - |
| YUV | 35.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 23 | 0 | 0.56 | 0.61 | 0.77 | 5 | 0.44 | 0.16 |
| Hex | 3B | 1A | 17 | 0 | 38 | 3D | 4D | 5 | 2C | 10 |
| Octal | 73 | 32 | 27 | 0 | 70 | 75 | 115 | 5 | 54 | 20 |
| Binary | 111011 | 11010 | 10111 | 0 | 111000 | 111101 | 1001101 | 101 | 101100 | 10000 |
Color Harmonies of #3B1A17
Complementary color
Monochromatic Colors of #3B1A17
Black with #3B1A17
Text Example
Text Example
White with #3B1A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A17; }
p { color: rgb(59,26,23); }
H1.HeaderClassName
{
color: #3B1A17;
}
.AnyTagClassName
{
color: #3B1A17;
}
</style>
background-color css
<style>
a { background-color: #3B1A17; }
a { background-color: rgb(59,26,23); }
div.DivClassName
{
background-color: #3B1A17;
}
.BgClassName
{
background-color: #3B1A17;
}
</style>
border-color css
<style>
span { border-color: #3B1A17; }
span { border-color: rgb(59,26,23); }
td.TdClassName
{
border-color: #3B1A17;
}
.TagClassName
{
border-color: #3B1A17;
}
</style>