Shades of Seal Brown #360F09
Tints of Seal Brown #360F09
RGB
CMYK
RGB Variations
Color information
#360F09 (or 0x360F09) is known color: Seal Brown. HEX triplet: 36, 0F and 09. RGB value is (54,15,9). Sum of RGB (Red+Green+Blue) = 54+15+9=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F09 is #C9F0F6. Grayscale: #1A1A1A. Windows color (decimal): -13234423 or 593718. OLE color: 593718.
HSL color Cylindrical-coordinate representation of color #360F09: hue angle of 8º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360F09 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 9 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.79 |
| HSL | 8º | 0.71% | 0.12% | - |
| HSV(B) | 8º | 0.83% | 0.21% | - |
| XYZ | 1.74 | 1.15 | 0.39 | - |
| YUV | 25.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 9 | 0 | 0.72 | 0.83 | 0.79 | 8 | 0.71 | 0.12 |
| Hex | 36 | F | 9 | 0 | 48 | 53 | 4F | 8 | 47 | C |
| Octal | 66 | 17 | 11 | 0 | 110 | 123 | 117 | 10 | 107 | 14 |
| Binary | 110110 | 1111 | 1001 | 0 | 1001000 | 1010011 | 1001111 | 1000 | 1000111 | 1100 |
Color Harmonies of #360F09
Complementary color
Monochromatic Colors of #360F09
Black with #360F09
Text Example
Text Example
White with #360F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F09; }
p { color: rgb(54,15,9); }
H1.HeaderClassName
{
color: #360F09;
}
.AnyTagClassName
{
color: #360F09;
}
</style>
background-color css
<style>
a { background-color: #360F09; }
a { background-color: rgb(54,15,9); }
div.DivClassName
{
background-color: #360F09;
}
.BgClassName
{
background-color: #360F09;
}
</style>
border-color css
<style>
span { border-color: #360F09; }
span { border-color: rgb(54,15,9); }
td.TdClassName
{
border-color: #360F09;
}
.TagClassName
{
border-color: #360F09;
}
</style>