Shades of Seal Brown #361C1B
Tints of Seal Brown #361C1B
RGB
CMYK
RGB Variations
Color information
#361C1B (or 0x361C1B) is known color: Seal Brown. HEX triplet: 36, 1C and 1B. RGB value is (54,28,27). Sum of RGB (Red+Green+Blue) = 54+28+27=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #361C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C1B is #C9E3E4. Grayscale: #232323. Windows color (decimal): -13231077 or 1776694. OLE color: 1776694.
HSL color Cylindrical-coordinate representation of color #361C1B: hue angle of 2.22º 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 #361C1B is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 27 | - |
| CMYK | 0 | 0.48 | 0.5 | 0.79 |
| HSL | 2.22º | 0.33% | 0.16% | - |
| HSV(B) | 2.22º | 0.5% | 0.21% | - |
| XYZ | 2.13 | 1.69 | 1.25 | - |
| YUV | 35.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 27 | 0 | 0.48 | 0.5 | 0.79 | 2.22 | 0.33 | 0.16 |
| Hex | 36 | 1C | 1B | 0 | 30 | 32 | 4F | 2 | 21 | 10 |
| Octal | 66 | 34 | 33 | 0 | 60 | 62 | 117 | 2 | 41 | 20 |
| Binary | 110110 | 11100 | 11011 | 0 | 110000 | 110010 | 1001111 | 10 | 100001 | 10000 |
Color Harmonies of #361C1B
Complementary color
Monochromatic Colors of #361C1B
Black with #361C1B
Text Example
Text Example
White with #361C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C1B; }
p { color: rgb(54,28,27); }
H1.HeaderClassName
{
color: #361C1B;
}
.AnyTagClassName
{
color: #361C1B;
}
</style>
background-color css
<style>
a { background-color: #361C1B; }
a { background-color: rgb(54,28,27); }
div.DivClassName
{
background-color: #361C1B;
}
.BgClassName
{
background-color: #361C1B;
}
</style>
border-color css
<style>
span { border-color: #361C1B; }
span { border-color: rgb(54,28,27); }
td.TdClassName
{
border-color: #361C1B;
}
.TagClassName
{
border-color: #361C1B;
}
</style>