Shades of Brown Pod #37211B
Tints of Brown Pod #37211B
RGB
CMYK
RGB Variations
Color information
#37211B (or 0x37211B) is known color: Brown Pod. HEX triplet: 37, 21 and 1B. RGB value is (55,33,27). Sum of RGB (Red+Green+Blue) = 55+33+27=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37211B is #C8DEE4. Grayscale: #262626. Windows color (decimal): -13164261 or 1777975. OLE color: 1777975.
HSL color Cylindrical-coordinate representation of color #37211B: hue angle of 12.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37211B is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 33 | 27 | - |
| CMYK | 0 | 0.4 | 0.51 | 0.78 |
| HSL | 12.86º | 0.34% | 0.16% | - |
| HSV(B) | 12.86º | 0.51% | 0.22% | - |
| XYZ | 2.32 | 1.98 | 1.3 | - |
| YUV | 38.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 27 | 0 | 0.4 | 0.51 | 0.78 | 12.86 | 0.34 | 0.16 |
| Hex | 37 | 21 | 1B | 0 | 28 | 33 | 4E | D | 22 | 10 |
| Octal | 67 | 41 | 33 | 0 | 50 | 63 | 116 | 15 | 42 | 20 |
| Binary | 110111 | 100001 | 11011 | 0 | 101000 | 110011 | 1001110 | 1101 | 100010 | 10000 |
Color Harmonies of #37211B
Complementary color
Monochromatic Colors of #37211B
Black with #37211B
Text Example
Text Example
White with #37211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37211B; }
p { color: rgb(55,33,27); }
H1.HeaderClassName
{
color: #37211B;
}
.AnyTagClassName
{
color: #37211B;
}
</style>
background-color css
<style>
a { background-color: #37211B; }
a { background-color: rgb(55,33,27); }
div.DivClassName
{
background-color: #37211B;
}
.BgClassName
{
background-color: #37211B;
}
</style>
border-color css
<style>
span { border-color: #37211B; }
span { border-color: rgb(55,33,27); }
td.TdClassName
{
border-color: #37211B;
}
.TagClassName
{
border-color: #37211B;
}
</style>