Shades of Seal Brown #361E1B
Tints of Seal Brown #361E1B
RGB
CMYK
RGB Variations
Color information
#361E1B (or 0x361E1B) is known color: Seal Brown. HEX triplet: 36, 1E and 1B. RGB value is (54,30,27). Sum of RGB (Red+Green+Blue) = 54+30+27=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E1B is #C9E1E4. Grayscale: #242424. Windows color (decimal): -13230565 or 1777206. OLE color: 1777206.
HSL color Cylindrical-coordinate representation of color #361E1B: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #361E1B is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 27 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.79 |
| HSL | 6.67º | 0.33% | 0.16% | - |
| HSV(B) | 6.67º | 0.5% | 0.21% | - |
| XYZ | 2.18 | 1.79 | 1.27 | - |
| YUV | 36.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 27 | 0 | 0.44 | 0.5 | 0.79 | 6.67 | 0.33 | 0.16 |
| Hex | 36 | 1E | 1B | 0 | 2C | 32 | 4F | 7 | 21 | 10 |
| Octal | 66 | 36 | 33 | 0 | 54 | 62 | 117 | 7 | 41 | 20 |
| Binary | 110110 | 11110 | 11011 | 0 | 101100 | 110010 | 1001111 | 111 | 100001 | 10000 |
Color Harmonies of #361E1B
Complementary color
Monochromatic Colors of #361E1B
Black with #361E1B
Text Example
Text Example
White with #361E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E1B; }
p { color: rgb(54,30,27); }
H1.HeaderClassName
{
color: #361E1B;
}
.AnyTagClassName
{
color: #361E1B;
}
</style>
background-color css
<style>
a { background-color: #361E1B; }
a { background-color: rgb(54,30,27); }
div.DivClassName
{
background-color: #361E1B;
}
.BgClassName
{
background-color: #361E1B;
}
</style>
border-color css
<style>
span { border-color: #361E1B; }
span { border-color: rgb(54,30,27); }
td.TdClassName
{
border-color: #361E1B;
}
.TagClassName
{
border-color: #361E1B;
}
</style>