Shades of Brown Pod #36160B
Tints of Brown Pod #36160B
RGB
CMYK
RGB Variations
Color information
#36160B (or 0x36160B) is known color: Brown Pod. HEX triplet: 36, 16 and 0B. RGB value is (54,22,11). Sum of RGB (Red+Green+Blue) = 54+22+11=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #36160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36160B is #C9E9F4. Grayscale: #1E1E1E. Windows color (decimal): -13232629 or 726582. OLE color: 726582.
HSL color Cylindrical-coordinate representation of color #36160B: hue angle of 15.35º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36160B is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 22 | 11 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.79 |
| HSL | 15.35º | 0.66% | 0.13% | - |
| HSV(B) | 15.35º | 0.8% | 0.21% | - |
| XYZ | 1.87 | 1.38 | 0.48 | - |
| YUV | 30.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 11 | 0 | 0.59 | 0.80 | 0.79 | 15.35 | 0.66 | 0.13 |
| Hex | 36 | 16 | B | 0 | 3B | 50 | 4F | F | 42 | D |
| Octal | 66 | 26 | 13 | 0 | 73 | 120 | 117 | 17 | 102 | 15 |
| Binary | 110110 | 10110 | 1011 | 0 | 111011 | 1010000 | 1001111 | 1111 | 1000010 | 1101 |
Color Harmonies of #36160B
Complementary color
Monochromatic Colors of #36160B
Black with #36160B
Text Example
Text Example
White with #36160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36160B; }
p { color: rgb(54,22,11); }
H1.HeaderClassName
{
color: #36160B;
}
.AnyTagClassName
{
color: #36160B;
}
</style>
background-color css
<style>
a { background-color: #36160B; }
a { background-color: rgb(54,22,11); }
div.DivClassName
{
background-color: #36160B;
}
.BgClassName
{
background-color: #36160B;
}
</style>
border-color css
<style>
span { border-color: #36160B; }
span { border-color: rgb(54,22,11); }
td.TdClassName
{
border-color: #36160B;
}
.TagClassName
{
border-color: #36160B;
}
</style>