Shades of Seal Brown #361B1B
Tints of Seal Brown #361B1B
RGB
CMYK
RGB Variations
Color information
#361B1B (or 0x361B1B) is known color: Seal Brown. HEX triplet: 36, 1B and 1B. RGB value is (54,27,27). Sum of RGB (Red+Green+Blue) = 54+27+27=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #361B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B1B is #C9E4E4. Grayscale: #232323. Windows color (decimal): -13231333 or 1776438. OLE color: 1776438.
HSL color Cylindrical-coordinate representation of color #361B1B: hue angle of 0º 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 #361B1B is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 27 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.79 |
| HSL | 0º | 0.33% | 0.16% | - |
| HSV(B) | 0º | 0.5% | 0.21% | - |
| XYZ | 2.11 | 1.65 | 1.24 | - |
| YUV | 35.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 27 | 0 | 0.5 | 0.5 | 0.79 | 0 | 0.33 | 0.16 |
| Hex | 36 | 1B | 1B | 0 | 32 | 32 | 4F | 0 | 21 | 10 |
| Octal | 66 | 33 | 33 | 0 | 62 | 62 | 117 | 0 | 41 | 20 |
| Binary | 110110 | 11011 | 11011 | 0 | 110010 | 110010 | 1001111 | 0 | 100001 | 10000 |
Color Harmonies of #361B1B
Complementary color
Monochromatic Colors of #361B1B
Black with #361B1B
Text Example
Text Example
White with #361B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B1B; }
p { color: rgb(54,27,27); }
H1.HeaderClassName
{
color: #361B1B;
}
.AnyTagClassName
{
color: #361B1B;
}
</style>
background-color css
<style>
a { background-color: #361B1B; }
a { background-color: rgb(54,27,27); }
div.DivClassName
{
background-color: #361B1B;
}
.BgClassName
{
background-color: #361B1B;
}
</style>
border-color css
<style>
span { border-color: #361B1B; }
span { border-color: rgb(54,27,27); }
td.TdClassName
{
border-color: #361B1B;
}
.TagClassName
{
border-color: #361B1B;
}
</style>