Shades of Seal Brown #360701
Tints of Seal Brown #360701
RGB
CMYK
RGB Variations
Color information
#360701 (or 0x360701) is known color: Seal Brown. HEX triplet: 36, 07 and 01. RGB value is (54,7,1). Sum of RGB (Red+Green+Blue) = 54+7+1=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360701 is #C9F8FE. Grayscale: #141414. Windows color (decimal): -13236479 or 67382. OLE color: 67382.
HSL color Cylindrical-coordinate representation of color #360701: hue angle of 6.79º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360701 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 7 | 1 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.79 |
| HSL | 6.79º | 0.96% | 0.11% | - |
| HSV(B) | 6.79º | 0.98% | 0.21% | - |
| XYZ | 1.6 | 0.94 | 0.13 | - |
| YUV | 20.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 1 | 0 | 0.87 | 0.98 | 0.79 | 6.79 | 0.96 | 0.11 |
| Hex | 36 | 7 | 1 | 0 | 57 | 62 | 4F | 7 | 60 | B |
| Octal | 66 | 7 | 1 | 0 | 127 | 142 | 117 | 7 | 140 | 13 |
| Binary | 110110 | 111 | 1 | 0 | 1010111 | 1100010 | 1001111 | 111 | 1100000 | 1011 |
Color Harmonies of #360701
Complementary color
Monochromatic Colors of #360701
Black with #360701
Text Example
Text Example
White with #360701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360701; }
p { color: rgb(54,7,1); }
H1.HeaderClassName
{
color: #360701;
}
.AnyTagClassName
{
color: #360701;
}
</style>
background-color css
<style>
a { background-color: #360701; }
a { background-color: rgb(54,7,1); }
div.DivClassName
{
background-color: #360701;
}
.BgClassName
{
background-color: #360701;
}
</style>
border-color css
<style>
span { border-color: #360701; }
span { border-color: rgb(54,7,1); }
td.TdClassName
{
border-color: #360701;
}
.TagClassName
{
border-color: #360701;
}
</style>