Shades of Brown Pod #36170E
Tints of Brown Pod #36170E
RGB
CMYK
RGB Variations
Color information
#36170E (or 0x36170E) is known color: Brown Pod. HEX triplet: 36, 17 and 0E. RGB value is (54,23,14). Sum of RGB (Red+Green+Blue) = 54+23+14=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #36170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36170E is #C9E8F1. Grayscale: #1F1F1F. Windows color (decimal): -13232370 or 923446. OLE color: 923446.
HSL color Cylindrical-coordinate representation of color #36170E: hue angle of 13.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36170E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 14 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.79 |
| HSL | 13.5º | 0.59% | 0.13% | - |
| HSV(B) | 13.5º | 0.74% | 0.21% | - |
| XYZ | 1.91 | 1.43 | 0.59 | - |
| YUV | 31.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 14 | 0 | 0.57 | 0.74 | 0.79 | 13.5 | 0.59 | 0.13 |
| Hex | 36 | 17 | E | 0 | 39 | 4A | 4F | E | 3B | D |
| Octal | 66 | 27 | 16 | 0 | 71 | 112 | 117 | 16 | 73 | 15 |
| Binary | 110110 | 10111 | 1110 | 0 | 111001 | 1001010 | 1001111 | 1110 | 111011 | 1101 |
Color Harmonies of #36170E
Complementary color
Monochromatic Colors of #36170E
Black with #36170E
Text Example
Text Example
White with #36170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36170E; }
p { color: rgb(54,23,14); }
H1.HeaderClassName
{
color: #36170E;
}
.AnyTagClassName
{
color: #36170E;
}
</style>
background-color css
<style>
a { background-color: #36170E; }
a { background-color: rgb(54,23,14); }
div.DivClassName
{
background-color: #36170E;
}
.BgClassName
{
background-color: #36170E;
}
</style>
border-color css
<style>
span { border-color: #36170E; }
span { border-color: rgb(54,23,14); }
td.TdClassName
{
border-color: #36170E;
}
.TagClassName
{
border-color: #36170E;
}
</style>