Shades of Seal Brown #341B17
Tints of Seal Brown #341B17
RGB
CMYK
RGB Variations
Color information
#341B17 (or 0x341B17) is known color: Seal Brown. HEX triplet: 34, 1B and 17. RGB value is (52,27,23). Sum of RGB (Red+Green+Blue) = 52+27+23=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B17 is #CBE4E8. Grayscale: #222222. Windows color (decimal): -13362409 or 1514292. OLE color: 1514292.
HSL color Cylindrical-coordinate representation of color #341B17: hue angle of 8.28º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341B17 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 23 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.80 |
| HSL | 8.28º | 0.39% | 0.15% | - |
| HSV(B) | 8.28º | 0.56% | 0.2% | - |
| XYZ | 1.96 | 1.58 | 1.01 | - |
| YUV | 34.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 23 | 0 | 0.48 | 0.56 | 0.80 | 8.28 | 0.39 | 0.15 |
| Hex | 34 | 1B | 17 | 0 | 30 | 38 | 50 | 8 | 27 | F |
| Octal | 64 | 33 | 27 | 0 | 60 | 70 | 120 | 10 | 47 | 17 |
| Binary | 110100 | 11011 | 10111 | 0 | 110000 | 111000 | 1010000 | 1000 | 100111 | 1111 |
Color Harmonies of #341B17
Complementary color
Monochromatic Colors of #341B17
Black with #341B17
Text Example
Text Example
White with #341B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B17; }
p { color: rgb(52,27,23); }
H1.HeaderClassName
{
color: #341B17;
}
.AnyTagClassName
{
color: #341B17;
}
</style>
background-color css
<style>
a { background-color: #341B17; }
a { background-color: rgb(52,27,23); }
div.DivClassName
{
background-color: #341B17;
}
.BgClassName
{
background-color: #341B17;
}
</style>
border-color css
<style>
span { border-color: #341B17; }
span { border-color: rgb(52,27,23); }
td.TdClassName
{
border-color: #341B17;
}
.TagClassName
{
border-color: #341B17;
}
</style>