Shades of Seal Brown #3A170F
Tints of Seal Brown #3A170F
RGB
CMYK
RGB Variations
Color information
#3A170F (or 0x3A170F) is known color: Seal Brown. HEX triplet: 3A, 17 and 0F. RGB value is (58,23,15). Sum of RGB (Red+Green+Blue) = 58+23+15=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A170F is #C5E8F0. Grayscale: #202020. Windows color (decimal): -12970225 or 988986. OLE color: 988986.
HSL color Cylindrical-coordinate representation of color #3A170F: hue angle of 11.16º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A170F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 23 | 15 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.77 |
| HSL | 11.16º | 0.59% | 0.14% | - |
| HSV(B) | 11.16º | 0.74% | 0.23% | - |
| XYZ | 2.14 | 1.55 | 0.64 | - |
| YUV | 32.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 15 | 0 | 0.60 | 0.74 | 0.77 | 11.16 | 0.59 | 0.14 |
| Hex | 3A | 17 | F | 0 | 3C | 4A | 4D | B | 3B | E |
| Octal | 72 | 27 | 17 | 0 | 74 | 112 | 115 | 13 | 73 | 16 |
| Binary | 111010 | 10111 | 1111 | 0 | 111100 | 1001010 | 1001101 | 1011 | 111011 | 1110 |
Color Harmonies of #3A170F
Complementary color
Monochromatic Colors of #3A170F
Black with #3A170F
Text Example
Text Example
White with #3A170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A170F; }
p { color: rgb(58,23,15); }
H1.HeaderClassName
{
color: #3A170F;
}
.AnyTagClassName
{
color: #3A170F;
}
</style>
background-color css
<style>
a { background-color: #3A170F; }
a { background-color: rgb(58,23,15); }
div.DivClassName
{
background-color: #3A170F;
}
.BgClassName
{
background-color: #3A170F;
}
</style>
border-color css
<style>
span { border-color: #3A170F; }
span { border-color: rgb(58,23,15); }
td.TdClassName
{
border-color: #3A170F;
}
.TagClassName
{
border-color: #3A170F;
}
</style>