Shades of Seal Brown #362020
Tints of Seal Brown #362020
RGB
CMYK
RGB Variations
Color information
#362020 (or 0x362020) is known color: Seal Brown. HEX triplet: 36, 20 and 20. RGB value is (54,32,32). Sum of RGB (Red+Green+Blue) = 54+32+32=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #362020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362020 is #C9DFDF. Grayscale: #262626. Windows color (decimal): -13230048 or 2105398. OLE color: 2105398.
HSL color Cylindrical-coordinate representation of color #362020: hue angle of 0º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #362020 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 32 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.79 |
| HSL | 0º | 0.26% | 0.17% | - |
| HSV(B) | 0º | 0.41% | 0.21% | - |
| XYZ | 2.3 | 1.92 | 1.62 | - |
| YUV | 38.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 32 | 0 | 0.41 | 0.41 | 0.79 | 0 | 0.26 | 0.17 |
| Hex | 36 | 20 | 20 | 0 | 29 | 29 | 4F | 0 | 1A | 11 |
| Octal | 66 | 40 | 40 | 0 | 51 | 51 | 117 | 0 | 32 | 21 |
| Binary | 110110 | 100000 | 100000 | 0 | 101001 | 101001 | 1001111 | 0 | 11010 | 10001 |
Color Harmonies of #362020
Complementary color
Monochromatic Colors of #362020
Black with #362020
Text Example
Text Example
White with #362020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362020; }
p { color: rgb(54,32,32); }
H1.HeaderClassName
{
color: #362020;
}
.AnyTagClassName
{
color: #362020;
}
</style>
background-color css
<style>
a { background-color: #362020; }
a { background-color: rgb(54,32,32); }
div.DivClassName
{
background-color: #362020;
}
.BgClassName
{
background-color: #362020;
}
</style>
border-color css
<style>
span { border-color: #362020; }
span { border-color: rgb(54,32,32); }
td.TdClassName
{
border-color: #362020;
}
.TagClassName
{
border-color: #362020;
}
</style>