Shades of Brown Pod #37211A
Tints of Brown Pod #37211A
RGB
CMYK
RGB Variations
Color information
#37211A (or 0x37211A) is known color: Brown Pod. HEX triplet: 37, 21 and 1A. RGB value is (55,33,26). Sum of RGB (Red+Green+Blue) = 55+33+26=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #37211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37211A is #C8DEE5. Grayscale: #262626. Windows color (decimal): -13164262 or 1712439. OLE color: 1712439.
HSL color Cylindrical-coordinate representation of color #37211A: hue angle of 14.48º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37211A is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 33 | 26 | - |
| CMYK | 0 | 0.4 | 0.53 | 0.78 |
| HSL | 14.48º | 0.36% | 0.16% | - |
| HSV(B) | 14.48º | 0.53% | 0.22% | - |
| XYZ | 2.31 | 1.97 | 1.24 | - |
| YUV | 38.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 26 | 0 | 0.4 | 0.53 | 0.78 | 14.48 | 0.36 | 0.16 |
| Hex | 37 | 21 | 1A | 0 | 28 | 35 | 4E | E | 24 | 10 |
| Octal | 67 | 41 | 32 | 0 | 50 | 65 | 116 | 16 | 44 | 20 |
| Binary | 110111 | 100001 | 11010 | 0 | 101000 | 110101 | 1001110 | 1110 | 100100 | 10000 |
Color Harmonies of #37211A
Complementary color
Monochromatic Colors of #37211A
Black with #37211A
Text Example
Text Example
White with #37211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37211A; }
p { color: rgb(55,33,26); }
H1.HeaderClassName
{
color: #37211A;
}
.AnyTagClassName
{
color: #37211A;
}
</style>
background-color css
<style>
a { background-color: #37211A; }
a { background-color: rgb(55,33,26); }
div.DivClassName
{
background-color: #37211A;
}
.BgClassName
{
background-color: #37211A;
}
</style>
border-color css
<style>
span { border-color: #37211A; }
span { border-color: rgb(55,33,26); }
td.TdClassName
{
border-color: #37211A;
}
.TagClassName
{
border-color: #37211A;
}
</style>