Shades of Brown Pod #36201D
Tints of Brown Pod #36201D
RGB
CMYK
RGB Variations
Color information
#36201D (or 0x36201D) is known color: Brown Pod. HEX triplet: 36, 20 and 1D. RGB value is (54,32,29). Sum of RGB (Red+Green+Blue) = 54+32+29=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #36201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36201D is #C9DFE2. Grayscale: #262626. Windows color (decimal): -13230051 or 1908790. OLE color: 1908790.
HSL color Cylindrical-coordinate representation of color #36201D: hue angle of 7.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36201D is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 29 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.79 |
| HSL | 7.2º | 0.3% | 0.16% | - |
| HSV(B) | 7.2º | 0.46% | 0.21% | - |
| XYZ | 2.26 | 1.91 | 1.41 | - |
| YUV | 38.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 29 | 0 | 0.41 | 0.46 | 0.79 | 7.2 | 0.3 | 0.16 |
| Hex | 36 | 20 | 1D | 0 | 29 | 2E | 4F | 7 | 1E | 10 |
| Octal | 66 | 40 | 35 | 0 | 51 | 56 | 117 | 7 | 36 | 20 |
| Binary | 110110 | 100000 | 11101 | 0 | 101001 | 101110 | 1001111 | 111 | 11110 | 10000 |
Color Harmonies of #36201D
Complementary color
Monochromatic Colors of #36201D
Black with #36201D
Text Example
Text Example
White with #36201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36201D; }
p { color: rgb(54,32,29); }
H1.HeaderClassName
{
color: #36201D;
}
.AnyTagClassName
{
color: #36201D;
}
</style>
background-color css
<style>
a { background-color: #36201D; }
a { background-color: rgb(54,32,29); }
div.DivClassName
{
background-color: #36201D;
}
.BgClassName
{
background-color: #36201D;
}
</style>
border-color css
<style>
span { border-color: #36201D; }
span { border-color: rgb(54,32,29); }
td.TdClassName
{
border-color: #36201D;
}
.TagClassName
{
border-color: #36201D;
}
</style>