Shades of Brown Pod #37201B
Tints of Brown Pod #37201B
RGB
CMYK
RGB Variations
Color information
#37201B (or 0x37201B) is known color: Brown Pod. HEX triplet: 37, 20 and 1B. RGB value is (55,32,27). Sum of RGB (Red+Green+Blue) = 55+32+27=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #37201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37201B is #C8DFE4. Grayscale: #262626. Windows color (decimal): -13164517 or 1777719. OLE color: 1777719.
HSL color Cylindrical-coordinate representation of color #37201B: hue angle of 10.71º 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 #37201B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 32 | 27 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.78 |
| HSL | 10.71º | 0.34% | 0.16% | - |
| HSV(B) | 10.71º | 0.51% | 0.22% | - |
| XYZ | 2.29 | 1.92 | 1.29 | - |
| YUV | 38.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 27 | 0 | 0.42 | 0.51 | 0.78 | 10.71 | 0.34 | 0.16 |
| Hex | 37 | 20 | 1B | 0 | 2A | 33 | 4E | B | 22 | 10 |
| Octal | 67 | 40 | 33 | 0 | 52 | 63 | 116 | 13 | 42 | 20 |
| Binary | 110111 | 100000 | 11011 | 0 | 101010 | 110011 | 1001110 | 1011 | 100010 | 10000 |
Color Harmonies of #37201B
Complementary color
Monochromatic Colors of #37201B
Black with #37201B
Text Example
Text Example
White with #37201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37201B; }
p { color: rgb(55,32,27); }
H1.HeaderClassName
{
color: #37201B;
}
.AnyTagClassName
{
color: #37201B;
}
</style>
background-color css
<style>
a { background-color: #37201B; }
a { background-color: rgb(55,32,27); }
div.DivClassName
{
background-color: #37201B;
}
.BgClassName
{
background-color: #37201B;
}
</style>
border-color css
<style>
span { border-color: #37201B; }
span { border-color: rgb(55,32,27); }
td.TdClassName
{
border-color: #37201B;
}
.TagClassName
{
border-color: #37201B;
}
</style>