Shades of Seal Brown #360F0E
Tints of Seal Brown #360F0E
RGB
CMYK
RGB Variations
Color information
#360F0E (or 0x360F0E) is known color: Seal Brown. HEX triplet: 36, 0F and 0E. RGB value is (54,15,14). Sum of RGB (Red+Green+Blue) = 54+15+14=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F0E is #C9F0F1. Grayscale: #1A1A1A. Windows color (decimal): -13234418 or 921398. OLE color: 921398.
HSL color Cylindrical-coordinate representation of color #360F0E: hue angle of 1.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360F0E is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 14 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.79 |
| HSL | 1.5º | 0.59% | 0.13% | - |
| HSV(B) | 1.5º | 0.74% | 0.21% | - |
| XYZ | 1.77 | 1.16 | 0.55 | - |
| YUV | 26.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 14 | 0 | 0.72 | 0.74 | 0.79 | 1.5 | 0.59 | 0.13 |
| Hex | 36 | F | E | 0 | 48 | 4A | 4F | 2 | 3B | D |
| Octal | 66 | 17 | 16 | 0 | 110 | 112 | 117 | 2 | 73 | 15 |
| Binary | 110110 | 1111 | 1110 | 0 | 1001000 | 1001010 | 1001111 | 10 | 111011 | 1101 |
Color Harmonies of #360F0E
Complementary color
Monochromatic Colors of #360F0E
Black with #360F0E
Text Example
Text Example
White with #360F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F0E; }
p { color: rgb(54,15,14); }
H1.HeaderClassName
{
color: #360F0E;
}
.AnyTagClassName
{
color: #360F0E;
}
</style>
background-color css
<style>
a { background-color: #360F0E; }
a { background-color: rgb(54,15,14); }
div.DivClassName
{
background-color: #360F0E;
}
.BgClassName
{
background-color: #360F0E;
}
</style>
border-color css
<style>
span { border-color: #360F0E; }
span { border-color: rgb(54,15,14); }
td.TdClassName
{
border-color: #360F0E;
}
.TagClassName
{
border-color: #360F0E;
}
</style>