Shades of Brown Pod #36170A
Tints of Brown Pod #36170A
RGB
CMYK
RGB Variations
Color information
#36170A (or 0x36170A) is known color: Brown Pod. HEX triplet: 36, 17 and 0A. RGB value is (54,23,10). Sum of RGB (Red+Green+Blue) = 54+23+10=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #36170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36170A is #C9E8F5. Grayscale: #1E1E1E. Windows color (decimal): -13232374 or 661302. OLE color: 661302.
HSL color Cylindrical-coordinate representation of color #36170A: hue angle of 17.73º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36170A is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 10 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.79 |
| HSL | 17.73º | 0.69% | 0.13% | - |
| HSV(B) | 17.73º | 0.81% | 0.21% | - |
| XYZ | 1.88 | 1.42 | 0.46 | - |
| YUV | 30.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 10 | 0 | 0.57 | 0.81 | 0.79 | 17.73 | 0.69 | 0.13 |
| Hex | 36 | 17 | A | 0 | 39 | 51 | 4F | 12 | 45 | D |
| Octal | 66 | 27 | 12 | 0 | 71 | 121 | 117 | 22 | 105 | 15 |
| Binary | 110110 | 10111 | 1010 | 0 | 111001 | 1010001 | 1001111 | 10010 | 1000101 | 1101 |
Color Harmonies of #36170A
Complementary color
Monochromatic Colors of #36170A
Black with #36170A
Text Example
Text Example
White with #36170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36170A; }
p { color: rgb(54,23,10); }
H1.HeaderClassName
{
color: #36170A;
}
.AnyTagClassName
{
color: #36170A;
}
</style>
background-color css
<style>
a { background-color: #36170A; }
a { background-color: rgb(54,23,10); }
div.DivClassName
{
background-color: #36170A;
}
.BgClassName
{
background-color: #36170A;
}
</style>
border-color css
<style>
span { border-color: #36170A; }
span { border-color: rgb(54,23,10); }
td.TdClassName
{
border-color: #36170A;
}
.TagClassName
{
border-color: #36170A;
}
</style>