Shades of Brown Pod #37180E
Tints of Brown Pod #37180E
RGB
CMYK
RGB Variations
Color information
#37180E (or 0x37180E) is known color: Brown Pod. HEX triplet: 37, 18 and 0E. RGB value is (55,24,14). Sum of RGB (Red+Green+Blue) = 55+24+14=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #37180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37180E is #C8E7F1. Grayscale: #202020. Windows color (decimal): -13166578 or 923703. OLE color: 923703.
HSL color Cylindrical-coordinate representation of color #37180E: hue angle of 14.63º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37180E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 24 | 14 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.78 |
| HSL | 14.63º | 0.59% | 0.14% | - |
| HSV(B) | 14.63º | 0.75% | 0.22% | - |
| XYZ | 1.98 | 1.5 | 0.6 | - |
| YUV | 32.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 14 | 0 | 0.56 | 0.75 | 0.78 | 14.63 | 0.59 | 0.14 |
| Hex | 37 | 18 | E | 0 | 38 | 4B | 4E | F | 3B | E |
| Octal | 67 | 30 | 16 | 0 | 70 | 113 | 116 | 17 | 73 | 16 |
| Binary | 110111 | 11000 | 1110 | 0 | 111000 | 1001011 | 1001110 | 1111 | 111011 | 1110 |
Color Harmonies of #37180E
Complementary color
Monochromatic Colors of #37180E
Black with #37180E
Text Example
Text Example
White with #37180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37180E; }
p { color: rgb(55,24,14); }
H1.HeaderClassName
{
color: #37180E;
}
.AnyTagClassName
{
color: #37180E;
}
</style>
background-color css
<style>
a { background-color: #37180E; }
a { background-color: rgb(55,24,14); }
div.DivClassName
{
background-color: #37180E;
}
.BgClassName
{
background-color: #37180E;
}
</style>
border-color css
<style>
span { border-color: #37180E; }
span { border-color: rgb(55,24,14); }
td.TdClassName
{
border-color: #37180E;
}
.TagClassName
{
border-color: #37180E;
}
</style>