Shades of Brown Pod #36150A
Tints of Brown Pod #36150A
RGB
CMYK
RGB Variations
Color information
#36150A (or 0x36150A) is known color: Brown Pod. HEX triplet: 36, 15 and 0A. RGB value is (54,21,10). Sum of RGB (Red+Green+Blue) = 54+21+10=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #36150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36150A is #C9EAF5. Grayscale: #1D1D1D. Windows color (decimal): -13232886 or 660790. OLE color: 660790.
HSL color Cylindrical-coordinate representation of color #36150A: hue angle of 15º 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 #36150A is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 21 | 10 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.79 |
| HSL | 15º | 0.69% | 0.13% | - |
| HSV(B) | 15º | 0.81% | 0.21% | - |
| XYZ | 1.84 | 1.34 | 0.45 | - |
| YUV | 29.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 10 | 0 | 0.61 | 0.81 | 0.79 | 15 | 0.69 | 0.13 |
| Hex | 36 | 15 | A | 0 | 3D | 51 | 4F | F | 45 | D |
| Octal | 66 | 25 | 12 | 0 | 75 | 121 | 117 | 17 | 105 | 15 |
| Binary | 110110 | 10101 | 1010 | 0 | 111101 | 1010001 | 1001111 | 1111 | 1000101 | 1101 |
Color Harmonies of #36150A
Complementary color
Monochromatic Colors of #36150A
Black with #36150A
Text Example
Text Example
White with #36150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36150A; }
p { color: rgb(54,21,10); }
H1.HeaderClassName
{
color: #36150A;
}
.AnyTagClassName
{
color: #36150A;
}
</style>
background-color css
<style>
a { background-color: #36150A; }
a { background-color: rgb(54,21,10); }
div.DivClassName
{
background-color: #36150A;
}
.BgClassName
{
background-color: #36150A;
}
</style>
border-color css
<style>
span { border-color: #36150A; }
span { border-color: rgb(54,21,10); }
td.TdClassName
{
border-color: #36150A;
}
.TagClassName
{
border-color: #36150A;
}
</style>