Shades of Brown Pod #371402
Tints of Brown Pod #371402
RGB
CMYK
RGB Variations
Color information
#371402 (or 0x371402) is known color: Brown Pod. HEX triplet: 37, 14 and 02. RGB value is (55,20,2). Sum of RGB (Red+Green+Blue) = 55+20+2=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #371402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371402 is #C8EBFD. Grayscale: #1C1C1C. Windows color (decimal): -13167614 or 136247. OLE color: 136247.
HSL color Cylindrical-coordinate representation of color #371402: hue angle of 20.38º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #371402 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 2 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.78 |
| HSL | 20.38º | 0.93% | 0.11% | - |
| HSV(B) | 20.38º | 0.96% | 0.22% | - |
| XYZ | 1.84 | 1.32 | 0.21 | - |
| YUV | 28.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 2 | 0 | 0.64 | 0.96 | 0.78 | 20.38 | 0.93 | 0.11 |
| Hex | 37 | 14 | 2 | 0 | 40 | 60 | 4E | 14 | 5D | B |
| Octal | 67 | 24 | 2 | 0 | 100 | 140 | 116 | 24 | 135 | 13 |
| Binary | 110111 | 10100 | 10 | 0 | 1000000 | 1100000 | 1001110 | 10100 | 1011101 | 1011 |
Color Harmonies of #371402
Complementary color
Monochromatic Colors of #371402
Black with #371402
Text Example
Text Example
White with #371402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371402; }
p { color: rgb(55,20,2); }
H1.HeaderClassName
{
color: #371402;
}
.AnyTagClassName
{
color: #371402;
}
</style>
background-color css
<style>
a { background-color: #371402; }
a { background-color: rgb(55,20,2); }
div.DivClassName
{
background-color: #371402;
}
.BgClassName
{
background-color: #371402;
}
</style>
border-color css
<style>
span { border-color: #371402; }
span { border-color: rgb(55,20,2); }
td.TdClassName
{
border-color: #371402;
}
.TagClassName
{
border-color: #371402;
}
</style>