Shades of Brown Pod #371301
Tints of Brown Pod #371301
RGB
CMYK
RGB Variations
Color information
#371301 (or 0x371301) is known color: Brown Pod. HEX triplet: 37, 13 and 01. RGB value is (55,19,1). Sum of RGB (Red+Green+Blue) = 55+19+1=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #371301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371301 is #C8ECFE. Grayscale: #1B1B1B. Windows color (decimal): -13167871 or 70455. OLE color: 70455.
HSL color Cylindrical-coordinate representation of color #371301: hue angle of 20º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #371301 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 19 | 1 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.78 |
| HSL | 20º | 0.96% | 0.11% | - |
| HSV(B) | 20º | 0.98% | 0.22% | - |
| XYZ | 1.81 | 1.28 | 0.18 | - |
| YUV | 27.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 1 | 0 | 0.65 | 0.98 | 0.78 | 20 | 0.96 | 0.11 |
| Hex | 37 | 13 | 1 | 0 | 41 | 62 | 4E | 14 | 60 | B |
| Octal | 67 | 23 | 1 | 0 | 101 | 142 | 116 | 24 | 140 | 13 |
| Binary | 110111 | 10011 | 1 | 0 | 1000001 | 1100010 | 1001110 | 10100 | 1100000 | 1011 |
Color Harmonies of #371301
Complementary color
Monochromatic Colors of #371301
Black with #371301
Text Example
Text Example
White with #371301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371301; }
p { color: rgb(55,19,1); }
H1.HeaderClassName
{
color: #371301;
}
.AnyTagClassName
{
color: #371301;
}
</style>
background-color css
<style>
a { background-color: #371301; }
a { background-color: rgb(55,19,1); }
div.DivClassName
{
background-color: #371301;
}
.BgClassName
{
background-color: #371301;
}
</style>
border-color css
<style>
span { border-color: #371301; }
span { border-color: rgb(55,19,1); }
td.TdClassName
{
border-color: #371301;
}
.TagClassName
{
border-color: #371301;
}
</style>