Shades of Brown Pod #371A04
Tints of Brown Pod #371A04
RGB
CMYK
RGB Variations
Color information
#371A04 (or 0x371A04) is known color: Brown Pod. HEX triplet: 37, 1A and 04. RGB value is (55,26,4). Sum of RGB (Red+Green+Blue) = 55+26+4=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #371A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A04 is #C8E5FB. Grayscale: #202020. Windows color (decimal): -13166076 or 268855. OLE color: 268855.
HSL color Cylindrical-coordinate representation of color #371A04: hue angle of 25.88º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #371A04 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 4 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.78 |
| HSL | 25.88º | 0.86% | 0.12% | - |
| HSV(B) | 25.88º | 0.93% | 0.22% | - |
| XYZ | 1.97 | 1.56 | 0.31 | - |
| YUV | 32.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 4 | 0 | 0.53 | 0.93 | 0.78 | 25.88 | 0.86 | 0.12 |
| Hex | 37 | 1A | 4 | 0 | 35 | 5D | 4E | 1A | 56 | C |
| Octal | 67 | 32 | 4 | 0 | 65 | 135 | 116 | 32 | 126 | 14 |
| Binary | 110111 | 11010 | 100 | 0 | 110101 | 1011101 | 1001110 | 11010 | 1010110 | 1100 |
Color Harmonies of #371A04
Complementary color
Monochromatic Colors of #371A04
Black with #371A04
Text Example
Text Example
White with #371A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A04; }
p { color: rgb(55,26,4); }
H1.HeaderClassName
{
color: #371A04;
}
.AnyTagClassName
{
color: #371A04;
}
</style>
background-color css
<style>
a { background-color: #371A04; }
a { background-color: rgb(55,26,4); }
div.DivClassName
{
background-color: #371A04;
}
.BgClassName
{
background-color: #371A04;
}
</style>
border-color css
<style>
span { border-color: #371A04; }
span { border-color: rgb(55,26,4); }
td.TdClassName
{
border-color: #371A04;
}
.TagClassName
{
border-color: #371A04;
}
</style>