Shades of Brown Pod #37211C
Tints of Brown Pod #37211C
RGB
CMYK
RGB Variations
Color information
#37211C (or 0x37211C) is known color: Brown Pod. HEX triplet: 37, 21 and 1C. RGB value is (55,33,28). Sum of RGB (Red+Green+Blue) = 55+33+28=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37211C is #C8DEE3. Grayscale: #272727. Windows color (decimal): -13164260 or 1843511. OLE color: 1843511.
HSL color Cylindrical-coordinate representation of color #37211C: hue angle of 11.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37211C is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 33 | 28 | - |
| CMYK | 0 | 0.4 | 0.49 | 0.78 |
| HSL | 11.11º | 0.33% | 0.16% | - |
| HSV(B) | 11.11º | 0.49% | 0.22% | - |
| XYZ | 2.33 | 1.98 | 1.36 | - |
| YUV | 39.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 28 | 0 | 0.4 | 0.49 | 0.78 | 11.11 | 0.33 | 0.16 |
| Hex | 37 | 21 | 1C | 0 | 28 | 31 | 4E | B | 21 | 10 |
| Octal | 67 | 41 | 34 | 0 | 50 | 61 | 116 | 13 | 41 | 20 |
| Binary | 110111 | 100001 | 11100 | 0 | 101000 | 110001 | 1001110 | 1011 | 100001 | 10000 |
Color Harmonies of #37211C
Complementary color
Monochromatic Colors of #37211C
Black with #37211C
Text Example
Text Example
White with #37211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37211C; }
p { color: rgb(55,33,28); }
H1.HeaderClassName
{
color: #37211C;
}
.AnyTagClassName
{
color: #37211C;
}
</style>
background-color css
<style>
a { background-color: #37211C; }
a { background-color: rgb(55,33,28); }
div.DivClassName
{
background-color: #37211C;
}
.BgClassName
{
background-color: #37211C;
}
</style>
border-color css
<style>
span { border-color: #37211C; }
span { border-color: rgb(55,33,28); }
td.TdClassName
{
border-color: #37211C;
}
.TagClassName
{
border-color: #37211C;
}
</style>