Shades of Seal Brown #360900
Tints of Seal Brown #360900
RGB
CMYK
RGB Variations
Color information
#360900 (or 0x360900) is known color: Seal Brown. HEX triplet: 36, 09 and 00. RGB value is (54,9,0). Sum of RGB (Red+Green+Blue) = 54+9+0=63 (8% of max value = 765). Red value is 54 (21.48% from 255 or 85.71% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 54 - color contains mainly: red. Hex color #360900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360900 is #C9F6FF. Grayscale: #151515. Windows color (decimal): -13235968 or 2358. OLE color: 2358.
HSL color Cylindrical-coordinate representation of color #360900: hue angle of 10º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.79 |
| HSL | 10º | 1% | 0.11% | - |
| HSV(B) | 10º | 1% | 0.21% | - |
| XYZ | 1.62 | 0.98 | 0.1 | - |
| YUV | 21.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 0 | 0 | 0.83 | 1 | 0.79 | 10 | 1 | 0.11 |
| Hex | 36 | 9 | 0 | 0 | 53 | 64 | 4F | A | 64 | B |
| Octal | 66 | 11 | 0 | 0 | 123 | 144 | 117 | 12 | 144 | 13 |
| Binary | 110110 | 1001 | 0 | 0 | 1010011 | 1100100 | 1001111 | 1010 | 1100100 | 1011 |
Color Harmonies of #360900
Complementary color
Monochromatic Colors of #360900
Black with #360900
Text Example
Text Example
White with #360900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360900; }
p { color: rgb(54,9,0); }
H1.HeaderClassName
{
color: #360900;
}
.AnyTagClassName
{
color: #360900;
}
</style>
background-color css
<style>
a { background-color: #360900; }
a { background-color: rgb(54,9,0); }
div.DivClassName
{
background-color: #360900;
}
.BgClassName
{
background-color: #360900;
}
</style>
border-color css
<style>
span { border-color: #360900; }
span { border-color: rgb(54,9,0); }
td.TdClassName
{
border-color: #360900;
}
.TagClassName
{
border-color: #360900;
}
</style>