Shades of Brown Pod #361E15
Tints of Brown Pod #361E15
RGB
CMYK
RGB Variations
Color information
#361E15 (or 0x361E15) is known color: Brown Pod. HEX triplet: 36, 1E and 15. RGB value is (54,30,21). Sum of RGB (Red+Green+Blue) = 54+30+21=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #361E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E15 is #C9E1EA. Grayscale: #242424. Windows color (decimal): -13230571 or 1383990. OLE color: 1383990.
HSL color Cylindrical-coordinate representation of color #361E15: hue angle of 16.36º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361E15 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 21 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.79 |
| HSL | 16.36º | 0.44% | 0.15% | - |
| HSV(B) | 16.36º | 0.61% | 0.21% | - |
| XYZ | 2.12 | 1.77 | 0.94 | - |
| YUV | 36.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 21 | 0 | 0.44 | 0.61 | 0.79 | 16.36 | 0.44 | 0.15 |
| Hex | 36 | 1E | 15 | 0 | 2C | 3D | 4F | 10 | 2C | F |
| Octal | 66 | 36 | 25 | 0 | 54 | 75 | 117 | 20 | 54 | 17 |
| Binary | 110110 | 11110 | 10101 | 0 | 101100 | 111101 | 1001111 | 10000 | 101100 | 1111 |
Color Harmonies of #361E15
Complementary color
Monochromatic Colors of #361E15
Black with #361E15
Text Example
Text Example
White with #361E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E15; }
p { color: rgb(54,30,21); }
H1.HeaderClassName
{
color: #361E15;
}
.AnyTagClassName
{
color: #361E15;
}
</style>
background-color css
<style>
a { background-color: #361E15; }
a { background-color: rgb(54,30,21); }
div.DivClassName
{
background-color: #361E15;
}
.BgClassName
{
background-color: #361E15;
}
</style>
border-color css
<style>
span { border-color: #361E15; }
span { border-color: rgb(54,30,21); }
td.TdClassName
{
border-color: #361E15;
}
.TagClassName
{
border-color: #361E15;
}
</style>