Shades of Seal Brown #370C08
Tints of Seal Brown #370C08
RGB
CMYK
RGB Variations
Color information
#370C08 (or 0x370C08) is known color: Seal Brown. HEX triplet: 37, 0C and 08. RGB value is (55,12,8). Sum of RGB (Red+Green+Blue) = 55+12+8=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C08 is #C8F3F7. Grayscale: #181818. Windows color (decimal): -13169656 or 527415. OLE color: 527415.
HSL color Cylindrical-coordinate representation of color #370C08: hue angle of 5.11º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370C08 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 8 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.78 |
| HSL | 5.11º | 0.75% | 0.12% | - |
| HSV(B) | 5.11º | 0.85% | 0.22% | - |
| XYZ | 1.75 | 1.09 | 0.35 | - |
| YUV | 24.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 8 | 0 | 0.78 | 0.85 | 0.78 | 5.11 | 0.75 | 0.12 |
| Hex | 37 | C | 8 | 0 | 4E | 55 | 4E | 5 | 4B | C |
| Octal | 67 | 14 | 10 | 0 | 116 | 125 | 116 | 5 | 113 | 14 |
| Binary | 110111 | 1100 | 1000 | 0 | 1001110 | 1010101 | 1001110 | 101 | 1001011 | 1100 |
Color Harmonies of #370C08
Complementary color
Monochromatic Colors of #370C08
Black with #370C08
Text Example
Text Example
White with #370C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C08; }
p { color: rgb(55,12,8); }
H1.HeaderClassName
{
color: #370C08;
}
.AnyTagClassName
{
color: #370C08;
}
</style>
background-color css
<style>
a { background-color: #370C08; }
a { background-color: rgb(55,12,8); }
div.DivClassName
{
background-color: #370C08;
}
.BgClassName
{
background-color: #370C08;
}
</style>
border-color css
<style>
span { border-color: #370C08; }
span { border-color: rgb(55,12,8); }
td.TdClassName
{
border-color: #370C08;
}
.TagClassName
{
border-color: #370C08;
}
</style>