Shades of Seal Brown #3A1B18
Tints of Seal Brown #3A1B18
RGB
CMYK
RGB Variations
Color information
#3A1B18 (or 0x3A1B18) is known color: Seal Brown. HEX triplet: 3A, 1B and 18. RGB value is (58,27,24). Sum of RGB (Red+Green+Blue) = 58+27+24=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1B18 is #C5E4E7. Grayscale: #232323. Windows color (decimal): -12969192 or 1579834. OLE color: 1579834.
HSL color Cylindrical-coordinate representation of color #3A1B18: hue angle of 5.29º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A1B18 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 27 | 24 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.77 |
| HSL | 5.29º | 0.41% | 0.16% | - |
| HSV(B) | 5.29º | 0.59% | 0.23% | - |
| XYZ | 2.3 | 1.75 | 1.08 | - |
| YUV | 35.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 24 | 0 | 0.53 | 0.59 | 0.77 | 5.29 | 0.41 | 0.16 |
| Hex | 3A | 1B | 18 | 0 | 35 | 3B | 4D | 5 | 29 | 10 |
| Octal | 72 | 33 | 30 | 0 | 65 | 73 | 115 | 5 | 51 | 20 |
| Binary | 111010 | 11011 | 11000 | 0 | 110101 | 111011 | 1001101 | 101 | 101001 | 10000 |
Color Harmonies of #3A1B18
Complementary color
Monochromatic Colors of #3A1B18
Black with #3A1B18
Text Example
Text Example
White with #3A1B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B18; }
p { color: rgb(58,27,24); }
H1.HeaderClassName
{
color: #3A1B18;
}
.AnyTagClassName
{
color: #3A1B18;
}
</style>
background-color css
<style>
a { background-color: #3A1B18; }
a { background-color: rgb(58,27,24); }
div.DivClassName
{
background-color: #3A1B18;
}
.BgClassName
{
background-color: #3A1B18;
}
</style>
border-color css
<style>
span { border-color: #3A1B18; }
span { border-color: rgb(58,27,24); }
td.TdClassName
{
border-color: #3A1B18;
}
.TagClassName
{
border-color: #3A1B18;
}
</style>