Shades of Seal Brown #36130D
Tints of Seal Brown #36130D
RGB
CMYK
RGB Variations
Color information
#36130D (or 0x36130D) is known color: Seal Brown. HEX triplet: 36, 13 and 0D. RGB value is (54,19,13). Sum of RGB (Red+Green+Blue) = 54+19+13=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #36130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36130D is #C9ECF2. Grayscale: #1C1C1C. Windows color (decimal): -13233395 or 856886. OLE color: 856886.
HSL color Cylindrical-coordinate representation of color #36130D: hue angle of 8.78º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36130D is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 19 | 13 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.79 |
| HSL | 8.78º | 0.61% | 0.13% | - |
| HSV(B) | 8.78º | 0.76% | 0.21% | - |
| XYZ | 1.83 | 1.28 | 0.53 | - |
| YUV | 28.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 13 | 0 | 0.65 | 0.76 | 0.79 | 8.78 | 0.61 | 0.13 |
| Hex | 36 | 13 | D | 0 | 41 | 4C | 4F | 9 | 3D | D |
| Octal | 66 | 23 | 15 | 0 | 101 | 114 | 117 | 11 | 75 | 15 |
| Binary | 110110 | 10011 | 1101 | 0 | 1000001 | 1001100 | 1001111 | 1001 | 111101 | 1101 |
Color Harmonies of #36130D
Complementary color
Monochromatic Colors of #36130D
Black with #36130D
Text Example
Text Example
White with #36130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36130D; }
p { color: rgb(54,19,13); }
H1.HeaderClassName
{
color: #36130D;
}
.AnyTagClassName
{
color: #36130D;
}
</style>
background-color css
<style>
a { background-color: #36130D; }
a { background-color: rgb(54,19,13); }
div.DivClassName
{
background-color: #36130D;
}
.BgClassName
{
background-color: #36130D;
}
</style>
border-color css
<style>
span { border-color: #36130D; }
span { border-color: rgb(54,19,13); }
td.TdClassName
{
border-color: #36130D;
}
.TagClassName
{
border-color: #36130D;
}
</style>