Shades of Seal Brown #360D08
Tints of Seal Brown #360D08
RGB
CMYK
RGB Variations
Color information
#360D08 (or 0x360D08) is known color: Seal Brown. HEX triplet: 36, 0D and 08. RGB value is (54,13,8). Sum of RGB (Red+Green+Blue) = 54+13+8=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D08 is #C9F2F7. Grayscale: #181818. Windows color (decimal): -13234936 or 527670. OLE color: 527670.
HSL color Cylindrical-coordinate representation of color #360D08: hue angle of 6.52º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360D08 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 8 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.79 |
| HSL | 6.52º | 0.74% | 0.12% | - |
| HSV(B) | 6.52º | 0.85% | 0.21% | - |
| XYZ | 1.71 | 1.09 | 0.35 | - |
| YUV | 24.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 8 | 0 | 0.76 | 0.85 | 0.79 | 6.52 | 0.74 | 0.12 |
| Hex | 36 | D | 8 | 0 | 4C | 55 | 4F | 7 | 4A | C |
| Octal | 66 | 15 | 10 | 0 | 114 | 125 | 117 | 7 | 112 | 14 |
| Binary | 110110 | 1101 | 1000 | 0 | 1001100 | 1010101 | 1001111 | 111 | 1001010 | 1100 |
Color Harmonies of #360D08
Complementary color
Monochromatic Colors of #360D08
Black with #360D08
Text Example
Text Example
White with #360D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D08; }
p { color: rgb(54,13,8); }
H1.HeaderClassName
{
color: #360D08;
}
.AnyTagClassName
{
color: #360D08;
}
</style>
background-color css
<style>
a { background-color: #360D08; }
a { background-color: rgb(54,13,8); }
div.DivClassName
{
background-color: #360D08;
}
.BgClassName
{
background-color: #360D08;
}
</style>
border-color css
<style>
span { border-color: #360D08; }
span { border-color: rgb(54,13,8); }
td.TdClassName
{
border-color: #360D08;
}
.TagClassName
{
border-color: #360D08;
}
</style>