Shades of Seal Brown #360E08
Tints of Seal Brown #360E08
RGB
CMYK
RGB Variations
Color information
#360E08 (or 0x360E08) is known color: Seal Brown. HEX triplet: 36, 0E and 08. RGB value is (54,14,8). Sum of RGB (Red+Green+Blue) = 54+14+8=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E08 is #C9F1F7. Grayscale: #191919. Windows color (decimal): -13234680 or 527926. OLE color: 527926.
HSL color Cylindrical-coordinate representation of color #360E08: hue angle of 7.83º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360E08 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 8 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.79 |
| HSL | 7.83º | 0.74% | 0.12% | - |
| HSV(B) | 7.83º | 0.85% | 0.21% | - |
| XYZ | 1.72 | 1.12 | 0.35 | - |
| YUV | 25.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 8 | 0 | 0.74 | 0.85 | 0.79 | 7.83 | 0.74 | 0.12 |
| Hex | 36 | E | 8 | 0 | 4A | 55 | 4F | 8 | 4A | C |
| Octal | 66 | 16 | 10 | 0 | 112 | 125 | 117 | 10 | 112 | 14 |
| Binary | 110110 | 1110 | 1000 | 0 | 1001010 | 1010101 | 1001111 | 1000 | 1001010 | 1100 |
Color Harmonies of #360E08
Complementary color
Monochromatic Colors of #360E08
Black with #360E08
Text Example
Text Example
White with #360E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E08; }
p { color: rgb(54,14,8); }
H1.HeaderClassName
{
color: #360E08;
}
.AnyTagClassName
{
color: #360E08;
}
</style>
background-color css
<style>
a { background-color: #360E08; }
a { background-color: rgb(54,14,8); }
div.DivClassName
{
background-color: #360E08;
}
.BgClassName
{
background-color: #360E08;
}
</style>
border-color css
<style>
span { border-color: #360E08; }
span { border-color: rgb(54,14,8); }
td.TdClassName
{
border-color: #360E08;
}
.TagClassName
{
border-color: #360E08;
}
</style>