Shades of Brown Pod #36160C
Tints of Brown Pod #36160C
RGB
CMYK
RGB Variations
Color information
#36160C (or 0x36160C) is known color: Brown Pod. HEX triplet: 36, 16 and 0C. RGB value is (54,22,12). Sum of RGB (Red+Green+Blue) = 54+22+12=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #36160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36160C is #C9E9F3. Grayscale: #1E1E1E. Windows color (decimal): -13232628 or 792118. OLE color: 792118.
HSL color Cylindrical-coordinate representation of color #36160C: hue angle of 14.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36160C is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 22 | 12 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.79 |
| HSL | 14.29º | 0.64% | 0.13% | - |
| HSV(B) | 14.29º | 0.78% | 0.21% | - |
| XYZ | 1.87 | 1.38 | 0.52 | - |
| YUV | 30.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 12 | 0 | 0.59 | 0.78 | 0.79 | 14.29 | 0.64 | 0.13 |
| Hex | 36 | 16 | C | 0 | 3B | 4E | 4F | E | 40 | D |
| Octal | 66 | 26 | 14 | 0 | 73 | 116 | 117 | 16 | 100 | 15 |
| Binary | 110110 | 10110 | 1100 | 0 | 111011 | 1001110 | 1001111 | 1110 | 1000000 | 1101 |
Color Harmonies of #36160C
Complementary color
Monochromatic Colors of #36160C
Black with #36160C
Text Example
Text Example
White with #36160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36160C; }
p { color: rgb(54,22,12); }
H1.HeaderClassName
{
color: #36160C;
}
.AnyTagClassName
{
color: #36160C;
}
</style>
background-color css
<style>
a { background-color: #36160C; }
a { background-color: rgb(54,22,12); }
div.DivClassName
{
background-color: #36160C;
}
.BgClassName
{
background-color: #36160C;
}
</style>
border-color css
<style>
span { border-color: #36160C; }
span { border-color: rgb(54,22,12); }
td.TdClassName
{
border-color: #36160C;
}
.TagClassName
{
border-color: #36160C;
}
</style>