Shades of Seal Brown #370302
Tints of Seal Brown #370302
RGB
CMYK
RGB Variations
Color information
#370302 (or 0x370302) is known color: Seal Brown. HEX triplet: 37, 03 and 02. RGB value is (55,3,2). Sum of RGB (Red+Green+Blue) = 55+3+2=60 (7% of max value = 765). Red value is 55 (21.88% from 255 or 91.67% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 55 - color contains mainly: red. Hex color #370302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370302 is #C8FCFD. Grayscale: #121212. Windows color (decimal): -13171966 or 131895. OLE color: 131895.
HSL color Cylindrical-coordinate representation of color #370302: hue angle of 1.13º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370302 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 2 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.78 |
| HSL | 1.13º | 0.93% | 0.11% | - |
| HSV(B) | 1.13º | 0.96% | 0.22% | - |
| XYZ | 1.62 | 0.88 | 0.14 | - |
| YUV | 18.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 2 | 0 | 0.95 | 0.96 | 0.78 | 1.13 | 0.93 | 0.11 |
| Hex | 37 | 3 | 2 | 0 | 5F | 60 | 4E | 1 | 5D | B |
| Octal | 67 | 3 | 2 | 0 | 137 | 140 | 116 | 1 | 135 | 13 |
| Binary | 110111 | 11 | 10 | 0 | 1011111 | 1100000 | 1001110 | 1 | 1011101 | 1011 |
Color Harmonies of #370302
Complementary color
Monochromatic Colors of #370302
Black with #370302
Text Example
Text Example
White with #370302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370302; }
p { color: rgb(55,3,2); }
H1.HeaderClassName
{
color: #370302;
}
.AnyTagClassName
{
color: #370302;
}
</style>
background-color css
<style>
a { background-color: #370302; }
a { background-color: rgb(55,3,2); }
div.DivClassName
{
background-color: #370302;
}
.BgClassName
{
background-color: #370302;
}
</style>
border-color css
<style>
span { border-color: #370302; }
span { border-color: rgb(55,3,2); }
td.TdClassName
{
border-color: #370302;
}
.TagClassName
{
border-color: #370302;
}
</style>