Shades of Brown Pod #37170A
Tints of Brown Pod #37170A
RGB
CMYK
RGB Variations
Color information
#37170A (or 0x37170A) is known color: Brown Pod. HEX triplet: 37, 17 and 0A. RGB value is (55,23,10). Sum of RGB (Red+Green+Blue) = 55+23+10=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37170A is #C8E8F5. Grayscale: #1F1F1F. Windows color (decimal): -13166838 or 661303. OLE color: 661303.
HSL color Cylindrical-coordinate representation of color #37170A: hue angle of 17.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37170A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 23 | 10 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.78 |
| HSL | 17.33º | 0.69% | 0.13% | - |
| HSV(B) | 17.33º | 0.82% | 0.22% | - |
| XYZ | 1.94 | 1.45 | 0.46 | - |
| YUV | 31.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 10 | 0 | 0.58 | 0.82 | 0.78 | 17.33 | 0.69 | 0.13 |
| Hex | 37 | 17 | A | 0 | 3A | 52 | 4E | 11 | 45 | D |
| Octal | 67 | 27 | 12 | 0 | 72 | 122 | 116 | 21 | 105 | 15 |
| Binary | 110111 | 10111 | 1010 | 0 | 111010 | 1010010 | 1001110 | 10001 | 1000101 | 1101 |
Color Harmonies of #37170A
Complementary color
Monochromatic Colors of #37170A
Black with #37170A
Text Example
Text Example
White with #37170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37170A; }
p { color: rgb(55,23,10); }
H1.HeaderClassName
{
color: #37170A;
}
.AnyTagClassName
{
color: #37170A;
}
</style>
background-color css
<style>
a { background-color: #37170A; }
a { background-color: rgb(55,23,10); }
div.DivClassName
{
background-color: #37170A;
}
.BgClassName
{
background-color: #37170A;
}
</style>
border-color css
<style>
span { border-color: #37170A; }
span { border-color: rgb(55,23,10); }
td.TdClassName
{
border-color: #37170A;
}
.TagClassName
{
border-color: #37170A;
}
</style>