Shades of Seal Brown #39100A
Tints of Seal Brown #39100A
RGB
CMYK
RGB Variations
Color information
#39100A (or 0x39100A) is known color: Seal Brown. HEX triplet: 39, 10 and 0A. RGB value is (57,16,10). Sum of RGB (Red+Green+Blue) = 57+16+10=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #39100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39100A is #C6EFF5. Grayscale: #1B1B1B. Windows color (decimal): -13037558 or 659513. OLE color: 659513.
HSL color Cylindrical-coordinate representation of color #39100A: hue angle of 7.66º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39100A is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 16 | 10 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.78 |
| HSL | 7.66º | 0.7% | 0.13% | - |
| HSV(B) | 7.66º | 0.82% | 0.22% | - |
| XYZ | 1.93 | 1.26 | 0.43 | - |
| YUV | 27.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 16 | 10 | 0 | 0.72 | 0.82 | 0.78 | 7.66 | 0.7 | 0.13 |
| Hex | 39 | 10 | A | 0 | 48 | 52 | 4E | 8 | 46 | D |
| Octal | 71 | 20 | 12 | 0 | 110 | 122 | 116 | 10 | 106 | 15 |
| Binary | 111001 | 10000 | 1010 | 0 | 1001000 | 1010010 | 1001110 | 1000 | 1000110 | 1101 |
Color Harmonies of #39100A
Complementary color
Monochromatic Colors of #39100A
Black with #39100A
Text Example
Text Example
White with #39100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39100A; }
p { color: rgb(57,16,10); }
H1.HeaderClassName
{
color: #39100A;
}
.AnyTagClassName
{
color: #39100A;
}
</style>
background-color css
<style>
a { background-color: #39100A; }
a { background-color: rgb(57,16,10); }
div.DivClassName
{
background-color: #39100A;
}
.BgClassName
{
background-color: #39100A;
}
</style>
border-color css
<style>
span { border-color: #39100A; }
span { border-color: rgb(57,16,10); }
td.TdClassName
{
border-color: #39100A;
}
.TagClassName
{
border-color: #39100A;
}
</style>