Shades of Brown Pod #371400
Tints of Brown Pod #371400
RGB
CMYK
RGB Variations
Color information
#371400 (or 0x371400) is known color: Brown Pod. HEX triplet: 37, 14 and 00. RGB value is (55,20,0). Sum of RGB (Red+Green+Blue) = 55+20+0=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #371400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371400 is #C8EBFF. Grayscale: #1C1C1C. Windows color (decimal): -13167616 or 5175. OLE color: 5175.
HSL color Cylindrical-coordinate representation of color #371400: hue angle of 21.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #371400 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.78 |
| HSL | 21.82º | 1% | 0.11% | - |
| HSV(B) | 21.82º | 1% | 0.22% | - |
| XYZ | 1.83 | 1.31 | 0.16 | - |
| YUV | 28.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 0 | 0 | 0.64 | 1 | 0.78 | 21.82 | 1 | 0.11 |
| Hex | 37 | 14 | 0 | 0 | 40 | 64 | 4E | 16 | 64 | B |
| Octal | 67 | 24 | 0 | 0 | 100 | 144 | 116 | 26 | 144 | 13 |
| Binary | 110111 | 10100 | 0 | 0 | 1000000 | 1100100 | 1001110 | 10110 | 1100100 | 1011 |
Color Harmonies of #371400
Complementary color
Monochromatic Colors of #371400
Black with #371400
Text Example
Text Example
White with #371400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371400; }
p { color: rgb(55,20,0); }
H1.HeaderClassName
{
color: #371400;
}
.AnyTagClassName
{
color: #371400;
}
</style>
background-color css
<style>
a { background-color: #371400; }
a { background-color: rgb(55,20,0); }
div.DivClassName
{
background-color: #371400;
}
.BgClassName
{
background-color: #371400;
}
</style>
border-color css
<style>
span { border-color: #371400; }
span { border-color: rgb(55,20,0); }
td.TdClassName
{
border-color: #371400;
}
.TagClassName
{
border-color: #371400;
}
</style>