Shades of Brown Pod #371A0A
Tints of Brown Pod #371A0A
RGB
CMYK
RGB Variations
Color information
#371A0A (or 0x371A0A) is known color: Brown Pod. HEX triplet: 37, 1A and 0A. RGB value is (55,26,10). Sum of RGB (Red+Green+Blue) = 55+26+10=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #371A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A0A is #C8E5F5. Grayscale: #202020. Windows color (decimal): -13166070 or 662071. OLE color: 662071.
HSL color Cylindrical-coordinate representation of color #371A0A: hue angle of 21.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 #371A0A is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 10 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.78 |
| HSL | 21.33º | 0.69% | 0.13% | - |
| HSV(B) | 21.33º | 0.82% | 0.22% | - |
| XYZ | 2 | 1.57 | 0.49 | - |
| YUV | 32.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 10 | 0 | 0.53 | 0.82 | 0.78 | 21.33 | 0.69 | 0.13 |
| Hex | 37 | 1A | A | 0 | 35 | 52 | 4E | 15 | 45 | D |
| Octal | 67 | 32 | 12 | 0 | 65 | 122 | 116 | 25 | 105 | 15 |
| Binary | 110111 | 11010 | 1010 | 0 | 110101 | 1010010 | 1001110 | 10101 | 1000101 | 1101 |
Color Harmonies of #371A0A
Complementary color
Monochromatic Colors of #371A0A
Black with #371A0A
Text Example
Text Example
White with #371A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A0A; }
p { color: rgb(55,26,10); }
H1.HeaderClassName
{
color: #371A0A;
}
.AnyTagClassName
{
color: #371A0A;
}
</style>
background-color css
<style>
a { background-color: #371A0A; }
a { background-color: rgb(55,26,10); }
div.DivClassName
{
background-color: #371A0A;
}
.BgClassName
{
background-color: #371A0A;
}
</style>
border-color css
<style>
span { border-color: #371A0A; }
span { border-color: rgb(55,26,10); }
td.TdClassName
{
border-color: #371A0A;
}
.TagClassName
{
border-color: #371A0A;
}
</style>