Shades of Brown Pod #37190B
Tints of Brown Pod #37190B
RGB
CMYK
RGB Variations
Color information
#37190B (or 0x37190B) is known color: Brown Pod. HEX triplet: 37, 19 and 0B. RGB value is (55,25,11). Sum of RGB (Red+Green+Blue) = 55+25+11=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #37190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37190B is #C8E6F4. Grayscale: #202020. Windows color (decimal): -13166325 or 727351. OLE color: 727351.
HSL color Cylindrical-coordinate representation of color #37190B: hue angle of 19.09º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37190B is Cyan = 0, Magento = 0.55, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 11 | - |
| CMYK | 0 | 0.55 | 0.8 | 0.78 |
| HSL | 19.09º | 0.67% | 0.13% | - |
| HSV(B) | 19.09º | 0.8% | 0.22% | - |
| XYZ | 1.98 | 1.53 | 0.51 | - |
| YUV | 32.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 11 | 0 | 0.55 | 0.8 | 0.78 | 19.09 | 0.67 | 0.13 |
| Hex | 37 | 19 | B | 0 | 37 | 50 | 4E | 13 | 43 | D |
| Octal | 67 | 31 | 13 | 0 | 67 | 120 | 116 | 23 | 103 | 15 |
| Binary | 110111 | 11001 | 1011 | 0 | 110111 | 1010000 | 1001110 | 10011 | 1000011 | 1101 |
Color Harmonies of #37190B
Complementary color
Monochromatic Colors of #37190B
Black with #37190B
Text Example
Text Example
White with #37190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37190B; }
p { color: rgb(55,25,11); }
H1.HeaderClassName
{
color: #37190B;
}
.AnyTagClassName
{
color: #37190B;
}
</style>
background-color css
<style>
a { background-color: #37190B; }
a { background-color: rgb(55,25,11); }
div.DivClassName
{
background-color: #37190B;
}
.BgClassName
{
background-color: #37190B;
}
</style>
border-color css
<style>
span { border-color: #37190B; }
span { border-color: rgb(55,25,11); }
td.TdClassName
{
border-color: #37190B;
}
.TagClassName
{
border-color: #37190B;
}
</style>