Shades of Brown Pod #362521
Tints of Brown Pod #362521
RGB
CMYK
RGB Variations
Color information
#362521 (or 0x362521) is known color: Brown Pod. HEX triplet: 36, 25 and 21. RGB value is (54,37,33). Sum of RGB (Red+Green+Blue) = 54+37+33=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #362521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362521 is #C9DADE. Grayscale: #292929. Windows color (decimal): -13228767 or 2172214. OLE color: 2172214.
HSL color Cylindrical-coordinate representation of color #362521: hue angle of 11.43º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362521 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 37 | 33 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.79 |
| HSL | 11.43º | 0.24% | 0.17% | - |
| HSV(B) | 11.43º | 0.39% | 0.21% | - |
| XYZ | 2.46 | 2.22 | 1.74 | - |
| YUV | 41.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 33 | 0 | 0.31 | 0.39 | 0.79 | 11.43 | 0.24 | 0.17 |
| Hex | 36 | 25 | 21 | 0 | 1F | 27 | 4F | B | 18 | 11 |
| Octal | 66 | 45 | 41 | 0 | 37 | 47 | 117 | 13 | 30 | 21 |
| Binary | 110110 | 100101 | 100001 | 0 | 11111 | 100111 | 1001111 | 1011 | 11000 | 10001 |
Color Harmonies of #362521
Complementary color
Monochromatic Colors of #362521
Black with #362521
Text Example
Text Example
White with #362521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362521; }
p { color: rgb(54,37,33); }
H1.HeaderClassName
{
color: #362521;
}
.AnyTagClassName
{
color: #362521;
}
</style>
background-color css
<style>
a { background-color: #362521; }
a { background-color: rgb(54,37,33); }
div.DivClassName
{
background-color: #362521;
}
.BgClassName
{
background-color: #362521;
}
</style>
border-color css
<style>
span { border-color: #362521; }
span { border-color: rgb(54,37,33); }
td.TdClassName
{
border-color: #362521;
}
.TagClassName
{
border-color: #362521;
}
</style>