Shades of Brown Pod #36201C
Tints of Brown Pod #36201C
RGB
CMYK
RGB Variations
Color information
#36201C (or 0x36201C) is known color: Brown Pod. HEX triplet: 36, 20 and 1C. RGB value is (54,32,28). Sum of RGB (Red+Green+Blue) = 54+32+28=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #36201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36201C is #C9DFE3. Grayscale: #262626. Windows color (decimal): -13230052 or 1843254. OLE color: 1843254.
HSL color Cylindrical-coordinate representation of color #36201C: hue angle of 9.23º 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 #36201C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 28 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.79 |
| HSL | 9.23º | 0.32% | 0.16% | - |
| HSV(B) | 9.23º | 0.48% | 0.21% | - |
| XYZ | 2.25 | 1.9 | 1.35 | - |
| YUV | 38.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 28 | 0 | 0.41 | 0.48 | 0.79 | 9.23 | 0.32 | 0.16 |
| Hex | 36 | 20 | 1C | 0 | 29 | 30 | 4F | 9 | 20 | 10 |
| Octal | 66 | 40 | 34 | 0 | 51 | 60 | 117 | 11 | 40 | 20 |
| Binary | 110110 | 100000 | 11100 | 0 | 101001 | 110000 | 1001111 | 1001 | 100000 | 10000 |
Color Harmonies of #36201C
Complementary color
Monochromatic Colors of #36201C
Black with #36201C
Text Example
Text Example
White with #36201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36201C; }
p { color: rgb(54,32,28); }
H1.HeaderClassName
{
color: #36201C;
}
.AnyTagClassName
{
color: #36201C;
}
</style>
background-color css
<style>
a { background-color: #36201C; }
a { background-color: rgb(54,32,28); }
div.DivClassName
{
background-color: #36201C;
}
.BgClassName
{
background-color: #36201C;
}
</style>
border-color css
<style>
span { border-color: #36201C; }
span { border-color: rgb(54,32,28); }
td.TdClassName
{
border-color: #36201C;
}
.TagClassName
{
border-color: #36201C;
}
</style>