Shades of Seal Brown #360C09
Tints of Seal Brown #360C09
RGB
CMYK
RGB Variations
Color information
#360C09 (or 0x360C09) is known color: Seal Brown. HEX triplet: 36, 0C and 09. RGB value is (54,12,9). Sum of RGB (Red+Green+Blue) = 54+12+9=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C09 is #C9F3F6. Grayscale: #181818. Windows color (decimal): -13235191 or 592950. OLE color: 592950.
HSL color Cylindrical-coordinate representation of color #360C09: hue angle of 4º 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 #360C09 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 9 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.79 |
| HSL | 4º | 0.71% | 0.12% | - |
| HSV(B) | 4º | 0.83% | 0.21% | - |
| XYZ | 1.7 | 1.07 | 0.37 | - |
| YUV | 24.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 9 | 0 | 0.78 | 0.83 | 0.79 | 4 | 0.71 | 0.12 |
| Hex | 36 | C | 9 | 0 | 4E | 53 | 4F | 4 | 47 | C |
| Octal | 66 | 14 | 11 | 0 | 116 | 123 | 117 | 4 | 107 | 14 |
| Binary | 110110 | 1100 | 1001 | 0 | 1001110 | 1010011 | 1001111 | 100 | 1000111 | 1100 |
Color Harmonies of #360C09
Complementary color
Monochromatic Colors of #360C09
Black with #360C09
Text Example
Text Example
White with #360C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C09; }
p { color: rgb(54,12,9); }
H1.HeaderClassName
{
color: #360C09;
}
.AnyTagClassName
{
color: #360C09;
}
</style>
background-color css
<style>
a { background-color: #360C09; }
a { background-color: rgb(54,12,9); }
div.DivClassName
{
background-color: #360C09;
}
.BgClassName
{
background-color: #360C09;
}
</style>
border-color css
<style>
span { border-color: #360C09; }
span { border-color: rgb(54,12,9); }
td.TdClassName
{
border-color: #360C09;
}
.TagClassName
{
border-color: #360C09;
}
</style>