Shades of Brown Pod #371A12
Tints of Brown Pod #371A12
RGB
CMYK
RGB Variations
Color information
#371A12 (or 0x371A12) is known color: Brown Pod. HEX triplet: 37, 1A and 12. RGB value is (55,26,18). Sum of RGB (Red+Green+Blue) = 55+26+18=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #371A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A12 is #C8E5ED. Grayscale: #212121. Windows color (decimal): -13166062 or 1186359. OLE color: 1186359.
HSL color Cylindrical-coordinate representation of color #371A12: hue angle of 12.97º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371A12 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 18 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.78 |
| HSL | 12.97º | 0.51% | 0.14% | - |
| HSV(B) | 12.97º | 0.67% | 0.22% | - |
| XYZ | 2.05 | 1.59 | 0.77 | - |
| YUV | 33.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 18 | 0 | 0.53 | 0.67 | 0.78 | 12.97 | 0.51 | 0.14 |
| Hex | 37 | 1A | 12 | 0 | 35 | 43 | 4E | D | 33 | E |
| Octal | 67 | 32 | 22 | 0 | 65 | 103 | 116 | 15 | 63 | 16 |
| Binary | 110111 | 11010 | 10010 | 0 | 110101 | 1000011 | 1001110 | 1101 | 110011 | 1110 |
Color Harmonies of #371A12
Complementary color
Monochromatic Colors of #371A12
Black with #371A12
Text Example
Text Example
White with #371A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A12; }
p { color: rgb(55,26,18); }
H1.HeaderClassName
{
color: #371A12;
}
.AnyTagClassName
{
color: #371A12;
}
</style>
background-color css
<style>
a { background-color: #371A12; }
a { background-color: rgb(55,26,18); }
div.DivClassName
{
background-color: #371A12;
}
.BgClassName
{
background-color: #371A12;
}
</style>
border-color css
<style>
span { border-color: #371A12; }
span { border-color: rgb(55,26,18); }
td.TdClassName
{
border-color: #371A12;
}
.TagClassName
{
border-color: #371A12;
}
</style>