Shades of Seal Brown #360F0A
Tints of Seal Brown #360F0A
RGB
CMYK
RGB Variations
Color information
#360F0A (or 0x360F0A) is known color: Seal Brown. HEX triplet: 36, 0F and 0A. RGB value is (54,15,10). Sum of RGB (Red+Green+Blue) = 54+15+10=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F0A is #C9F0F5. Grayscale: #1A1A1A. Windows color (decimal): -13234422 or 659254. OLE color: 659254.
HSL color Cylindrical-coordinate representation of color #360F0A: hue angle of 6.82º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360F0A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 10 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.79 |
| HSL | 6.82º | 0.69% | 0.13% | - |
| HSV(B) | 6.82º | 0.81% | 0.21% | - |
| XYZ | 1.75 | 1.15 | 0.42 | - |
| YUV | 26.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 10 | 0 | 0.72 | 0.81 | 0.79 | 6.82 | 0.69 | 0.13 |
| Hex | 36 | F | A | 0 | 48 | 51 | 4F | 7 | 45 | D |
| Octal | 66 | 17 | 12 | 0 | 110 | 121 | 117 | 7 | 105 | 15 |
| Binary | 110110 | 1111 | 1010 | 0 | 1001000 | 1010001 | 1001111 | 111 | 1000101 | 1101 |
Color Harmonies of #360F0A
Complementary color
Monochromatic Colors of #360F0A
Black with #360F0A
Text Example
Text Example
White with #360F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F0A; }
p { color: rgb(54,15,10); }
H1.HeaderClassName
{
color: #360F0A;
}
.AnyTagClassName
{
color: #360F0A;
}
</style>
background-color css
<style>
a { background-color: #360F0A; }
a { background-color: rgb(54,15,10); }
div.DivClassName
{
background-color: #360F0A;
}
.BgClassName
{
background-color: #360F0A;
}
</style>
border-color css
<style>
span { border-color: #360F0A; }
span { border-color: rgb(54,15,10); }
td.TdClassName
{
border-color: #360F0A;
}
.TagClassName
{
border-color: #360F0A;
}
</style>