Shades of Seal Brown #361B1A
Tints of Seal Brown #361B1A
RGB
CMYK
RGB Variations
Color information
#361B1A (or 0x361B1A) is known color: Seal Brown. HEX triplet: 36, 1B and 1A. RGB value is (54,27,26). Sum of RGB (Red+Green+Blue) = 54+27+26=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #361B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B1A is #C9E4E5. Grayscale: #222222. Windows color (decimal): -13231334 or 1710902. OLE color: 1710902.
HSL color Cylindrical-coordinate representation of color #361B1A: hue angle of 2.14º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361B1A is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 26 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.79 |
| HSL | 2.14º | 0.35% | 0.16% | - |
| HSV(B) | 2.14º | 0.52% | 0.21% | - |
| XYZ | 2.1 | 1.64 | 1.18 | - |
| YUV | 34.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 26 | 0 | 0.5 | 0.52 | 0.79 | 2.14 | 0.35 | 0.16 |
| Hex | 36 | 1B | 1A | 0 | 32 | 34 | 4F | 2 | 23 | 10 |
| Octal | 66 | 33 | 32 | 0 | 62 | 64 | 117 | 2 | 43 | 20 |
| Binary | 110110 | 11011 | 11010 | 0 | 110010 | 110100 | 1001111 | 10 | 100011 | 10000 |
Color Harmonies of #361B1A
Complementary color
Monochromatic Colors of #361B1A
Black with #361B1A
Text Example
Text Example
White with #361B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B1A; }
p { color: rgb(54,27,26); }
H1.HeaderClassName
{
color: #361B1A;
}
.AnyTagClassName
{
color: #361B1A;
}
</style>
background-color css
<style>
a { background-color: #361B1A; }
a { background-color: rgb(54,27,26); }
div.DivClassName
{
background-color: #361B1A;
}
.BgClassName
{
background-color: #361B1A;
}
</style>
border-color css
<style>
span { border-color: #361B1A; }
span { border-color: rgb(54,27,26); }
td.TdClassName
{
border-color: #361B1A;
}
.TagClassName
{
border-color: #361B1A;
}
</style>