Shades of Brown Pod #371A07
Tints of Brown Pod #371A07
RGB
CMYK
RGB Variations
Color information
#371A07 (or 0x371A07) is known color: Brown Pod. HEX triplet: 37, 1A and 07. RGB value is (55,26,7). Sum of RGB (Red+Green+Blue) = 55+26+7=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A07 is #C8E5F8. Grayscale: #202020. Windows color (decimal): -13166073 or 465463. OLE color: 465463.
HSL color Cylindrical-coordinate representation of color #371A07: hue angle of 23.75º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371A07 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 7 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.78 |
| HSL | 23.75º | 0.77% | 0.12% | - |
| HSV(B) | 23.75º | 0.87% | 0.22% | - |
| XYZ | 1.98 | 1.57 | 0.4 | - |
| YUV | 32.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 7 | 0 | 0.53 | 0.87 | 0.78 | 23.75 | 0.77 | 0.12 |
| Hex | 37 | 1A | 7 | 0 | 35 | 57 | 4E | 18 | 4D | C |
| Octal | 67 | 32 | 7 | 0 | 65 | 127 | 116 | 30 | 115 | 14 |
| Binary | 110111 | 11010 | 111 | 0 | 110101 | 1010111 | 1001110 | 11000 | 1001101 | 1100 |
Color Harmonies of #371A07
Complementary color
Monochromatic Colors of #371A07
Black with #371A07
Text Example
Text Example
White with #371A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A07; }
p { color: rgb(55,26,7); }
H1.HeaderClassName
{
color: #371A07;
}
.AnyTagClassName
{
color: #371A07;
}
</style>
background-color css
<style>
a { background-color: #371A07; }
a { background-color: rgb(55,26,7); }
div.DivClassName
{
background-color: #371A07;
}
.BgClassName
{
background-color: #371A07;
}
</style>
border-color css
<style>
span { border-color: #371A07; }
span { border-color: rgb(55,26,7); }
td.TdClassName
{
border-color: #371A07;
}
.TagClassName
{
border-color: #371A07;
}
</style>