Shades of Brown Pod #371B11
Tints of Brown Pod #371B11
RGB
CMYK
RGB Variations
Color information
#371B11 (or 0x371B11) is known color: Brown Pod. HEX triplet: 37, 1B and 11. RGB value is (55,27,17). Sum of RGB (Red+Green+Blue) = 55+27+17=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #371B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B11 is #C8E4EE. Grayscale: #222222. Windows color (decimal): -13165807 or 1121079. OLE color: 1121079.
HSL color Cylindrical-coordinate representation of color #371B11: hue angle of 15.79º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371B11 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 17 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.78 |
| HSL | 15.79º | 0.53% | 0.14% | - |
| HSV(B) | 15.79º | 0.69% | 0.22% | - |
| XYZ | 2.07 | 1.64 | 0.74 | - |
| YUV | 34.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 17 | 0 | 0.51 | 0.69 | 0.78 | 15.79 | 0.53 | 0.14 |
| Hex | 37 | 1B | 11 | 0 | 33 | 45 | 4E | 10 | 35 | E |
| Octal | 67 | 33 | 21 | 0 | 63 | 105 | 116 | 20 | 65 | 16 |
| Binary | 110111 | 11011 | 10001 | 0 | 110011 | 1000101 | 1001110 | 10000 | 110101 | 1110 |
Color Harmonies of #371B11
Complementary color
Monochromatic Colors of #371B11
Black with #371B11
Text Example
Text Example
White with #371B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B11; }
p { color: rgb(55,27,17); }
H1.HeaderClassName
{
color: #371B11;
}
.AnyTagClassName
{
color: #371B11;
}
</style>
background-color css
<style>
a { background-color: #371B11; }
a { background-color: rgb(55,27,17); }
div.DivClassName
{
background-color: #371B11;
}
.BgClassName
{
background-color: #371B11;
}
</style>
border-color css
<style>
span { border-color: #371B11; }
span { border-color: rgb(55,27,17); }
td.TdClassName
{
border-color: #371B11;
}
.TagClassName
{
border-color: #371B11;
}
</style>