Shades of Seal Brown #361A19
Tints of Seal Brown #361A19
RGB
CMYK
RGB Variations
Color information
#361A19 (or 0x361A19) is known color: Seal Brown. HEX triplet: 36, 1A and 19. RGB value is (54,26,25). Sum of RGB (Red+Green+Blue) = 54+26+25=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #361A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A19 is #C9E5E6. Grayscale: #222222. Windows color (decimal): -13231591 or 1645110. OLE color: 1645110.
HSL color Cylindrical-coordinate representation of color #361A19: hue angle of 2.07º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #361A19 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 26 | 25 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.79 |
| HSL | 2.07º | 0.37% | 0.15% | - |
| HSV(B) | 2.07º | 0.54% | 0.21% | - |
| XYZ | 2.07 | 1.59 | 1.12 | - |
| YUV | 34.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 25 | 0 | 0.52 | 0.54 | 0.79 | 2.07 | 0.37 | 0.15 |
| Hex | 36 | 1A | 19 | 0 | 34 | 36 | 4F | 2 | 25 | F |
| Octal | 66 | 32 | 31 | 0 | 64 | 66 | 117 | 2 | 45 | 17 |
| Binary | 110110 | 11010 | 11001 | 0 | 110100 | 110110 | 1001111 | 10 | 100101 | 1111 |
Color Harmonies of #361A19
Complementary color
Monochromatic Colors of #361A19
Black with #361A19
Text Example
Text Example
White with #361A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A19; }
p { color: rgb(54,26,25); }
H1.HeaderClassName
{
color: #361A19;
}
.AnyTagClassName
{
color: #361A19;
}
</style>
background-color css
<style>
a { background-color: #361A19; }
a { background-color: rgb(54,26,25); }
div.DivClassName
{
background-color: #361A19;
}
.BgClassName
{
background-color: #361A19;
}
</style>
border-color css
<style>
span { border-color: #361A19; }
span { border-color: rgb(54,26,25); }
td.TdClassName
{
border-color: #361A19;
}
.TagClassName
{
border-color: #361A19;
}
</style>