Shades of Brown Pod #36241F
Tints of Brown Pod #36241F
RGB
CMYK
RGB Variations
Color information
#36241F (or 0x36241F) is known color: Brown Pod. HEX triplet: 36, 24 and 1F. RGB value is (54,36,31). Sum of RGB (Red+Green+Blue) = 54+36+31=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #36241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36241F is #C9DBE0. Grayscale: #282828. Windows color (decimal): -13229025 or 2040886. OLE color: 2040886.
HSL color Cylindrical-coordinate representation of color #36241F: hue angle of 13.04º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36241F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 36 | 31 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.79 |
| HSL | 13.04º | 0.27% | 0.17% | - |
| HSV(B) | 13.04º | 0.43% | 0.21% | - |
| XYZ | 2.4 | 2.14 | 1.58 | - |
| YUV | 40.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 31 | 0 | 0.33 | 0.43 | 0.79 | 13.04 | 0.27 | 0.17 |
| Hex | 36 | 24 | 1F | 0 | 21 | 2B | 4F | D | 1B | 11 |
| Octal | 66 | 44 | 37 | 0 | 41 | 53 | 117 | 15 | 33 | 21 |
| Binary | 110110 | 100100 | 11111 | 0 | 100001 | 101011 | 1001111 | 1101 | 11011 | 10001 |
Color Harmonies of #36241F
Complementary color
Monochromatic Colors of #36241F
Black with #36241F
Text Example
Text Example
White with #36241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36241F; }
p { color: rgb(54,36,31); }
H1.HeaderClassName
{
color: #36241F;
}
.AnyTagClassName
{
color: #36241F;
}
</style>
background-color css
<style>
a { background-color: #36241F; }
a { background-color: rgb(54,36,31); }
div.DivClassName
{
background-color: #36241F;
}
.BgClassName
{
background-color: #36241F;
}
</style>
border-color css
<style>
span { border-color: #36241F; }
span { border-color: rgb(54,36,31); }
td.TdClassName
{
border-color: #36241F;
}
.TagClassName
{
border-color: #36241F;
}
</style>