Shades of Brown Pod #36170C
Tints of Brown Pod #36170C
RGB
CMYK
RGB Variations
Color information
#36170C (or 0x36170C) is known color: Brown Pod. HEX triplet: 36, 17 and 0C. RGB value is (54,23,12). Sum of RGB (Red+Green+Blue) = 54+23+12=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #36170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36170C is #C9E8F3. Grayscale: #1F1F1F. Windows color (decimal): -13232372 or 792374. OLE color: 792374.
HSL color Cylindrical-coordinate representation of color #36170C: hue angle of 15.71º 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 #36170C is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 12 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.79 |
| HSL | 15.71º | 0.64% | 0.13% | - |
| HSV(B) | 15.71º | 0.78% | 0.21% | - |
| XYZ | 1.89 | 1.42 | 0.52 | - |
| YUV | 31.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 12 | 0 | 0.57 | 0.78 | 0.79 | 15.71 | 0.64 | 0.13 |
| Hex | 36 | 17 | C | 0 | 39 | 4E | 4F | 10 | 40 | D |
| Octal | 66 | 27 | 14 | 0 | 71 | 116 | 117 | 20 | 100 | 15 |
| Binary | 110110 | 10111 | 1100 | 0 | 111001 | 1001110 | 1001111 | 10000 | 1000000 | 1101 |
Color Harmonies of #36170C
Complementary color
Monochromatic Colors of #36170C
Black with #36170C
Text Example
Text Example
White with #36170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36170C; }
p { color: rgb(54,23,12); }
H1.HeaderClassName
{
color: #36170C;
}
.AnyTagClassName
{
color: #36170C;
}
</style>
background-color css
<style>
a { background-color: #36170C; }
a { background-color: rgb(54,23,12); }
div.DivClassName
{
background-color: #36170C;
}
.BgClassName
{
background-color: #36170C;
}
</style>
border-color css
<style>
span { border-color: #36170C; }
span { border-color: rgb(54,23,12); }
td.TdClassName
{
border-color: #36170C;
}
.TagClassName
{
border-color: #36170C;
}
</style>