Shades of Seal Brown #351A17
Tints of Seal Brown #351A17
RGB
CMYK
RGB Variations
Color information
#351A17 (or 0x351A17) is known color: Seal Brown. HEX triplet: 35, 1A and 17. RGB value is (53,26,23). Sum of RGB (Red+Green+Blue) = 53+26+23=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A17 is #CAE5E8. Grayscale: #212121. Windows color (decimal): -13297129 or 1514037. OLE color: 1514037.
HSL color Cylindrical-coordinate representation of color #351A17: hue angle of 6º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351A17 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 23 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.79 |
| HSL | 6º | 0.39% | 0.15% | - |
| HSV(B) | 6º | 0.57% | 0.21% | - |
| XYZ | 1.99 | 1.56 | 1.01 | - |
| YUV | 33.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 23 | 0 | 0.51 | 0.57 | 0.79 | 6 | 0.39 | 0.15 |
| Hex | 35 | 1A | 17 | 0 | 33 | 39 | 4F | 6 | 27 | F |
| Octal | 65 | 32 | 27 | 0 | 63 | 71 | 117 | 6 | 47 | 17 |
| Binary | 110101 | 11010 | 10111 | 0 | 110011 | 111001 | 1001111 | 110 | 100111 | 1111 |
Color Harmonies of #351A17
Complementary color
Monochromatic Colors of #351A17
Black with #351A17
Text Example
Text Example
White with #351A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A17; }
p { color: rgb(53,26,23); }
H1.HeaderClassName
{
color: #351A17;
}
.AnyTagClassName
{
color: #351A17;
}
</style>
background-color css
<style>
a { background-color: #351A17; }
a { background-color: rgb(53,26,23); }
div.DivClassName
{
background-color: #351A17;
}
.BgClassName
{
background-color: #351A17;
}
</style>
border-color css
<style>
span { border-color: #351A17; }
span { border-color: rgb(53,26,23); }
td.TdClassName
{
border-color: #351A17;
}
.TagClassName
{
border-color: #351A17;
}
</style>