Shades of Seal Brown #360A05
Tints of Seal Brown #360A05
RGB
CMYK
RGB Variations
Color information
#360A05 (or 0x360A05) is known color: Seal Brown. HEX triplet: 36, 0A and 05. RGB value is (54,10,5). Sum of RGB (Red+Green+Blue) = 54+10+5=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A05 is #C9F5FA. Grayscale: #161616. Windows color (decimal): -13235707 or 330294. OLE color: 330294.
HSL color Cylindrical-coordinate representation of color #360A05: hue angle of 6.12º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360A05 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 5 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.79 |
| HSL | 6.12º | 0.83% | 0.12% | - |
| HSV(B) | 6.12º | 0.91% | 0.21% | - |
| XYZ | 1.66 | 1.01 | 0.25 | - |
| YUV | 22.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 5 | 0 | 0.81 | 0.91 | 0.79 | 6.12 | 0.83 | 0.12 |
| Hex | 36 | A | 5 | 0 | 51 | 5B | 4F | 6 | 53 | C |
| Octal | 66 | 12 | 5 | 0 | 121 | 133 | 117 | 6 | 123 | 14 |
| Binary | 110110 | 1010 | 101 | 0 | 1010001 | 1011011 | 1001111 | 110 | 1010011 | 1100 |
Color Harmonies of #360A05
Complementary color
Monochromatic Colors of #360A05
Black with #360A05
Text Example
Text Example
White with #360A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A05; }
p { color: rgb(54,10,5); }
H1.HeaderClassName
{
color: #360A05;
}
.AnyTagClassName
{
color: #360A05;
}
</style>
background-color css
<style>
a { background-color: #360A05; }
a { background-color: rgb(54,10,5); }
div.DivClassName
{
background-color: #360A05;
}
.BgClassName
{
background-color: #360A05;
}
</style>
border-color css
<style>
span { border-color: #360A05; }
span { border-color: rgb(54,10,5); }
td.TdClassName
{
border-color: #360A05;
}
.TagClassName
{
border-color: #360A05;
}
</style>