Shades of Seal Brown #360B05
Tints of Seal Brown #360B05
RGB
CMYK
RGB Variations
Color information
#360B05 (or 0x360B05) is known color: Seal Brown. HEX triplet: 36, 0B and 05. RGB value is (54,11,5). Sum of RGB (Red+Green+Blue) = 54+11+5=70 (9% of max value = 765). Red value is 54 (21.48% from 255 or 77.14% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 54 - color contains mainly: red. Hex color #360B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B05 is #C9F4FA. Grayscale: #171717. Windows color (decimal): -13235451 or 330550. OLE color: 330550.
HSL color Cylindrical-coordinate representation of color #360B05: hue angle of 7.35º 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 #360B05 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 5 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.79 |
| HSL | 7.35º | 0.83% | 0.12% | - |
| HSV(B) | 7.35º | 0.91% | 0.21% | - |
| XYZ | 1.67 | 1.03 | 0.26 | - |
| YUV | 23.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 5 | 0 | 0.80 | 0.91 | 0.79 | 7.35 | 0.83 | 0.12 |
| Hex | 36 | B | 5 | 0 | 50 | 5B | 4F | 7 | 53 | C |
| Octal | 66 | 13 | 5 | 0 | 120 | 133 | 117 | 7 | 123 | 14 |
| Binary | 110110 | 1011 | 101 | 0 | 1010000 | 1011011 | 1001111 | 111 | 1010011 | 1100 |
Color Harmonies of #360B05
Complementary color
Monochromatic Colors of #360B05
Black with #360B05
Text Example
Text Example
White with #360B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B05; }
p { color: rgb(54,11,5); }
H1.HeaderClassName
{
color: #360B05;
}
.AnyTagClassName
{
color: #360B05;
}
</style>
background-color css
<style>
a { background-color: #360B05; }
a { background-color: rgb(54,11,5); }
div.DivClassName
{
background-color: #360B05;
}
.BgClassName
{
background-color: #360B05;
}
</style>
border-color css
<style>
span { border-color: #360B05; }
span { border-color: rgb(54,11,5); }
td.TdClassName
{
border-color: #360B05;
}
.TagClassName
{
border-color: #360B05;
}
</style>