Shades of Seal Brown #360E01
Tints of Seal Brown #360E01
RGB
CMYK
RGB Variations
Color information
#360E01 (or 0x360E01) is known color: Seal Brown. HEX triplet: 36, 0E and 01. RGB value is (54,14,1). Sum of RGB (Red+Green+Blue) = 54+14+1=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E01 is #C9F1FE. Grayscale: #181818. Windows color (decimal): -13234687 or 69174. OLE color: 69174.
HSL color Cylindrical-coordinate representation of color #360E01: hue angle of 14.72º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360E01 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 1 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.79 |
| HSL | 14.72º | 0.96% | 0.11% | - |
| HSV(B) | 14.72º | 0.98% | 0.21% | - |
| XYZ | 1.68 | 1.1 | 0.15 | - |
| YUV | 24.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 1 | 0 | 0.74 | 0.98 | 0.79 | 14.72 | 0.96 | 0.11 |
| Hex | 36 | E | 1 | 0 | 4A | 62 | 4F | F | 60 | B |
| Octal | 66 | 16 | 1 | 0 | 112 | 142 | 117 | 17 | 140 | 13 |
| Binary | 110110 | 1110 | 1 | 0 | 1001010 | 1100010 | 1001111 | 1111 | 1100000 | 1011 |
Color Harmonies of #360E01
Complementary color
Monochromatic Colors of #360E01
Black with #360E01
Text Example
Text Example
White with #360E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E01; }
p { color: rgb(54,14,1); }
H1.HeaderClassName
{
color: #360E01;
}
.AnyTagClassName
{
color: #360E01;
}
</style>
background-color css
<style>
a { background-color: #360E01; }
a { background-color: rgb(54,14,1); }
div.DivClassName
{
background-color: #360E01;
}
.BgClassName
{
background-color: #360E01;
}
</style>
border-color css
<style>
span { border-color: #360E01; }
span { border-color: rgb(54,14,1); }
td.TdClassName
{
border-color: #360E01;
}
.TagClassName
{
border-color: #360E01;
}
</style>