Shades of Seal Brown #370505
Tints of Seal Brown #370505
RGB
CMYK
RGB Variations
Color information
#370505 (or 0x370505) is known color: Seal Brown. HEX triplet: 37, 05 and 05. RGB value is (55,5,5). Sum of RGB (Red+Green+Blue) = 55+5+5=65 (8% of max value = 765). Red value is 55 (21.88% from 255 or 84.62% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 55 - color contains mainly: red. Hex color #370505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370505 is #C8FAFA. Grayscale: #141414. Windows color (decimal): -13171451 or 329015. OLE color: 329015.
HSL color Cylindrical-coordinate representation of color #370505: hue angle of 0º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370505 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 5 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.78 |
| HSL | 0º | 0.83% | 0.12% | - |
| HSV(B) | 0º | 0.91% | 0.22% | - |
| XYZ | 1.66 | 0.93 | 0.24 | - |
| YUV | 19.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 5 | 0 | 0.91 | 0.91 | 0.78 | 0 | 0.83 | 0.12 |
| Hex | 37 | 5 | 5 | 0 | 5B | 5B | 4E | 0 | 53 | C |
| Octal | 67 | 5 | 5 | 0 | 133 | 133 | 116 | 0 | 123 | 14 |
| Binary | 110111 | 101 | 101 | 0 | 1011011 | 1011011 | 1001110 | 0 | 1010011 | 1100 |
Color Harmonies of #370505
Complementary color
Monochromatic Colors of #370505
Black with #370505
Text Example
Text Example
White with #370505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370505; }
p { color: rgb(55,5,5); }
H1.HeaderClassName
{
color: #370505;
}
.AnyTagClassName
{
color: #370505;
}
</style>
background-color css
<style>
a { background-color: #370505; }
a { background-color: rgb(55,5,5); }
div.DivClassName
{
background-color: #370505;
}
.BgClassName
{
background-color: #370505;
}
</style>
border-color css
<style>
span { border-color: #370505; }
span { border-color: rgb(55,5,5); }
td.TdClassName
{
border-color: #370505;
}
.TagClassName
{
border-color: #370505;
}
</style>