Shades of Brown Pod #36221E
Tints of Brown Pod #36221E
RGB
CMYK
RGB Variations
Color information
#36221E (or 0x36221E) is known color: Brown Pod. HEX triplet: 36, 22 and 1E. RGB value is (54,34,30). Sum of RGB (Red+Green+Blue) = 54+34+30=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36221E is #C9DDE1. Grayscale: #272727. Windows color (decimal): -13229538 or 1974838. OLE color: 1974838.
HSL color Cylindrical-coordinate representation of color #36221E: hue angle of 10º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36221E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 30 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.79 |
| HSL | 10º | 0.29% | 0.16% | - |
| HSV(B) | 10º | 0.44% | 0.21% | - |
| XYZ | 2.33 | 2.02 | 1.5 | - |
| YUV | 39.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 30 | 0 | 0.37 | 0.44 | 0.79 | 10 | 0.29 | 0.16 |
| Hex | 36 | 22 | 1E | 0 | 25 | 2C | 4F | A | 1D | 10 |
| Octal | 66 | 42 | 36 | 0 | 45 | 54 | 117 | 12 | 35 | 20 |
| Binary | 110110 | 100010 | 11110 | 0 | 100101 | 101100 | 1001111 | 1010 | 11101 | 10000 |
Color Harmonies of #36221E
Complementary color
Monochromatic Colors of #36221E
Black with #36221E
Text Example
Text Example
White with #36221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36221E; }
p { color: rgb(54,34,30); }
H1.HeaderClassName
{
color: #36221E;
}
.AnyTagClassName
{
color: #36221E;
}
</style>
background-color css
<style>
a { background-color: #36221E; }
a { background-color: rgb(54,34,30); }
div.DivClassName
{
background-color: #36221E;
}
.BgClassName
{
background-color: #36221E;
}
</style>
border-color css
<style>
span { border-color: #36221E; }
span { border-color: rgb(54,34,30); }
td.TdClassName
{
border-color: #36221E;
}
.TagClassName
{
border-color: #36221E;
}
</style>