Shades of Brown Pod #371A0E
Tints of Brown Pod #371A0E
RGB
CMYK
RGB Variations
Color information
#371A0E (or 0x371A0E) is known color: Brown Pod. HEX triplet: 37, 1A and 0E. RGB value is (55,26,14). Sum of RGB (Red+Green+Blue) = 55+26+14=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A0E is #C8E5F1. Grayscale: #212121. Windows color (decimal): -13166066 or 924215. OLE color: 924215.
HSL color Cylindrical-coordinate representation of color #371A0E: hue angle of 17.56º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371A0E is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 14 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.78 |
| HSL | 17.56º | 0.59% | 0.14% | - |
| HSV(B) | 17.56º | 0.75% | 0.22% | - |
| XYZ | 2.02 | 1.58 | 0.61 | - |
| YUV | 33.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 14 | 0 | 0.53 | 0.75 | 0.78 | 17.56 | 0.59 | 0.14 |
| Hex | 37 | 1A | E | 0 | 35 | 4B | 4E | 12 | 3B | E |
| Octal | 67 | 32 | 16 | 0 | 65 | 113 | 116 | 22 | 73 | 16 |
| Binary | 110111 | 11010 | 1110 | 0 | 110101 | 1001011 | 1001110 | 10010 | 111011 | 1110 |
Color Harmonies of #371A0E
Complementary color
Monochromatic Colors of #371A0E
Black with #371A0E
Text Example
Text Example
White with #371A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A0E; }
p { color: rgb(55,26,14); }
H1.HeaderClassName
{
color: #371A0E;
}
.AnyTagClassName
{
color: #371A0E;
}
</style>
background-color css
<style>
a { background-color: #371A0E; }
a { background-color: rgb(55,26,14); }
div.DivClassName
{
background-color: #371A0E;
}
.BgClassName
{
background-color: #371A0E;
}
</style>
border-color css
<style>
span { border-color: #371A0E; }
span { border-color: rgb(55,26,14); }
td.TdClassName
{
border-color: #371A0E;
}
.TagClassName
{
border-color: #371A0E;
}
</style>