Shades of Brown Pod #37180C
Tints of Brown Pod #37180C
RGB
CMYK
RGB Variations
Color information
#37180C (or 0x37180C) is known color: Brown Pod. HEX triplet: 37, 18 and 0C. RGB value is (55,24,12). Sum of RGB (Red+Green+Blue) = 55+24+12=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #37180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37180C is #C8E7F3. Grayscale: #1F1F1F. Windows color (decimal): -13166580 or 792631. OLE color: 792631.
HSL color Cylindrical-coordinate representation of color #37180C: hue angle of 16.74º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37180C is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 24 | 12 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.78 |
| HSL | 16.74º | 0.64% | 0.13% | - |
| HSV(B) | 16.74º | 0.78% | 0.22% | - |
| XYZ | 1.97 | 1.49 | 0.53 | - |
| YUV | 31.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 12 | 0 | 0.56 | 0.78 | 0.78 | 16.74 | 0.64 | 0.13 |
| Hex | 37 | 18 | C | 0 | 38 | 4E | 4E | 11 | 40 | D |
| Octal | 67 | 30 | 14 | 0 | 70 | 116 | 116 | 21 | 100 | 15 |
| Binary | 110111 | 11000 | 1100 | 0 | 111000 | 1001110 | 1001110 | 10001 | 1000000 | 1101 |
Color Harmonies of #37180C
Complementary color
Monochromatic Colors of #37180C
Black with #37180C
Text Example
Text Example
White with #37180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37180C; }
p { color: rgb(55,24,12); }
H1.HeaderClassName
{
color: #37180C;
}
.AnyTagClassName
{
color: #37180C;
}
</style>
background-color css
<style>
a { background-color: #37180C; }
a { background-color: rgb(55,24,12); }
div.DivClassName
{
background-color: #37180C;
}
.BgClassName
{
background-color: #37180C;
}
</style>
border-color css
<style>
span { border-color: #37180C; }
span { border-color: rgb(55,24,12); }
td.TdClassName
{
border-color: #37180C;
}
.TagClassName
{
border-color: #37180C;
}
</style>