Shades of Brown Pod #36180C
Tints of Brown Pod #36180C
RGB
CMYK
RGB Variations
Color information
#36180C (or 0x36180C) is known color: Brown Pod. HEX triplet: 36, 18 and 0C. RGB value is (54,24,12). Sum of RGB (Red+Green+Blue) = 54+24+12=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #36180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36180C is #C9E7F3. Grayscale: #1F1F1F. Windows color (decimal): -13232116 or 792630. OLE color: 792630.
HSL color Cylindrical-coordinate representation of color #36180C: hue angle of 17.14º 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 #36180C is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 24 | 12 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.79 |
| HSL | 17.14º | 0.64% | 0.13% | - |
| HSV(B) | 17.14º | 0.78% | 0.21% | - |
| XYZ | 1.91 | 1.46 | 0.53 | - |
| YUV | 31.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 12 | 0 | 0.56 | 0.78 | 0.79 | 17.14 | 0.64 | 0.13 |
| Hex | 36 | 18 | C | 0 | 38 | 4E | 4F | 11 | 40 | D |
| Octal | 66 | 30 | 14 | 0 | 70 | 116 | 117 | 21 | 100 | 15 |
| Binary | 110110 | 11000 | 1100 | 0 | 111000 | 1001110 | 1001111 | 10001 | 1000000 | 1101 |
Color Harmonies of #36180C
Complementary color
Monochromatic Colors of #36180C
Black with #36180C
Text Example
Text Example
White with #36180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36180C; }
p { color: rgb(54,24,12); }
H1.HeaderClassName
{
color: #36180C;
}
.AnyTagClassName
{
color: #36180C;
}
</style>
background-color css
<style>
a { background-color: #36180C; }
a { background-color: rgb(54,24,12); }
div.DivClassName
{
background-color: #36180C;
}
.BgClassName
{
background-color: #36180C;
}
</style>
border-color css
<style>
span { border-color: #36180C; }
span { border-color: rgb(54,24,12); }
td.TdClassName
{
border-color: #36180C;
}
.TagClassName
{
border-color: #36180C;
}
</style>