Shades of Brown Pod #36180D
Tints of Brown Pod #36180D
RGB
CMYK
RGB Variations
Color information
#36180D (or 0x36180D) is known color: Brown Pod. HEX triplet: 36, 18 and 0D. RGB value is (54,24,13). Sum of RGB (Red+Green+Blue) = 54+24+13=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #36180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36180D is #C9E7F2. Grayscale: #1F1F1F. Windows color (decimal): -13232115 or 858166. OLE color: 858166.
HSL color Cylindrical-coordinate representation of color #36180D: hue angle of 16.1º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36180D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 24 | 13 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.79 |
| HSL | 16.1º | 0.61% | 0.13% | - |
| HSV(B) | 16.1º | 0.76% | 0.21% | - |
| XYZ | 1.92 | 1.47 | 0.56 | - |
| YUV | 31.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 13 | 0 | 0.56 | 0.76 | 0.79 | 16.1 | 0.61 | 0.13 |
| Hex | 36 | 18 | D | 0 | 38 | 4C | 4F | 10 | 3D | D |
| Octal | 66 | 30 | 15 | 0 | 70 | 114 | 117 | 20 | 75 | 15 |
| Binary | 110110 | 11000 | 1101 | 0 | 111000 | 1001100 | 1001111 | 10000 | 111101 | 1101 |
Color Harmonies of #36180D
Complementary color
Monochromatic Colors of #36180D
Black with #36180D
Text Example
Text Example
White with #36180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36180D; }
p { color: rgb(54,24,13); }
H1.HeaderClassName
{
color: #36180D;
}
.AnyTagClassName
{
color: #36180D;
}
</style>
background-color css
<style>
a { background-color: #36180D; }
a { background-color: rgb(54,24,13); }
div.DivClassName
{
background-color: #36180D;
}
.BgClassName
{
background-color: #36180D;
}
</style>
border-color css
<style>
span { border-color: #36180D; }
span { border-color: rgb(54,24,13); }
td.TdClassName
{
border-color: #36180D;
}
.TagClassName
{
border-color: #36180D;
}
</style>