Shades of Brown Pod #36221C
Tints of Brown Pod #36221C
RGB
CMYK
RGB Variations
Color information
#36221C (or 0x36221C) is known color: Brown Pod. HEX triplet: 36, 22 and 1C. RGB value is (54,34,28). Sum of RGB (Red+Green+Blue) = 54+34+28=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36221C is #C9DDE3. Grayscale: #272727. Windows color (decimal): -13229540 or 1843766. OLE color: 1843766.
HSL color Cylindrical-coordinate representation of color #36221C: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36221C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 28 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.79 |
| HSL | 13.85º | 0.32% | 0.16% | - |
| HSV(B) | 13.85º | 0.48% | 0.21% | - |
| XYZ | 2.3 | 2.01 | 1.37 | - |
| YUV | 39.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 28 | 0 | 0.37 | 0.48 | 0.79 | 13.85 | 0.32 | 0.16 |
| Hex | 36 | 22 | 1C | 0 | 25 | 30 | 4F | E | 20 | 10 |
| Octal | 66 | 42 | 34 | 0 | 45 | 60 | 117 | 16 | 40 | 20 |
| Binary | 110110 | 100010 | 11100 | 0 | 100101 | 110000 | 1001111 | 1110 | 100000 | 10000 |
Color Harmonies of #36221C
Complementary color
Monochromatic Colors of #36221C
Black with #36221C
Text Example
Text Example
White with #36221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36221C; }
p { color: rgb(54,34,28); }
H1.HeaderClassName
{
color: #36221C;
}
.AnyTagClassName
{
color: #36221C;
}
</style>
background-color css
<style>
a { background-color: #36221C; }
a { background-color: rgb(54,34,28); }
div.DivClassName
{
background-color: #36221C;
}
.BgClassName
{
background-color: #36221C;
}
</style>
border-color css
<style>
span { border-color: #36221C; }
span { border-color: rgb(54,34,28); }
td.TdClassName
{
border-color: #36221C;
}
.TagClassName
{
border-color: #36221C;
}
</style>