Shades of Seal Brown #360F0B
Tints of Seal Brown #360F0B
RGB
CMYK
RGB Variations
Color information
#360F0B (or 0x360F0B) is known color: Seal Brown. HEX triplet: 36, 0F and 0B. RGB value is (54,15,11). Sum of RGB (Red+Green+Blue) = 54+15+11=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F0B is #C9F0F4. Grayscale: #1A1A1A. Windows color (decimal): -13234421 or 724790. OLE color: 724790.
HSL color Cylindrical-coordinate representation of color #360F0B: hue angle of 5.58º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360F0B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 11 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.79 |
| HSL | 5.58º | 0.66% | 0.13% | - |
| HSV(B) | 5.58º | 0.8% | 0.21% | - |
| XYZ | 1.75 | 1.15 | 0.45 | - |
| YUV | 26.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 11 | 0 | 0.72 | 0.80 | 0.79 | 5.58 | 0.66 | 0.13 |
| Hex | 36 | F | B | 0 | 48 | 50 | 4F | 6 | 42 | D |
| Octal | 66 | 17 | 13 | 0 | 110 | 120 | 117 | 6 | 102 | 15 |
| Binary | 110110 | 1111 | 1011 | 0 | 1001000 | 1010000 | 1001111 | 110 | 1000010 | 1101 |
Color Harmonies of #360F0B
Complementary color
Monochromatic Colors of #360F0B
Black with #360F0B
Text Example
Text Example
White with #360F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F0B; }
p { color: rgb(54,15,11); }
H1.HeaderClassName
{
color: #360F0B;
}
.AnyTagClassName
{
color: #360F0B;
}
</style>
background-color css
<style>
a { background-color: #360F0B; }
a { background-color: rgb(54,15,11); }
div.DivClassName
{
background-color: #360F0B;
}
.BgClassName
{
background-color: #360F0B;
}
</style>
border-color css
<style>
span { border-color: #360F0B; }
span { border-color: rgb(54,15,11); }
td.TdClassName
{
border-color: #360F0B;
}
.TagClassName
{
border-color: #360F0B;
}
</style>