Shades of Brown Pod #36190B
Tints of Brown Pod #36190B
RGB
CMYK
RGB Variations
Color information
#36190B (or 0x36190B) is known color: Brown Pod. HEX triplet: 36, 19 and 0B. RGB value is (54,25,11). Sum of RGB (Red+Green+Blue) = 54+25+11=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #36190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36190B is #C9E6F4. Grayscale: #202020. Windows color (decimal): -13231861 or 727350. OLE color: 727350.
HSL color Cylindrical-coordinate representation of color #36190B: hue angle of 19.53º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36190B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 11 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.79 |
| HSL | 19.53º | 0.66% | 0.13% | - |
| HSV(B) | 19.53º | 0.8% | 0.21% | - |
| XYZ | 1.93 | 1.5 | 0.51 | - |
| YUV | 32.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 11 | 0 | 0.54 | 0.80 | 0.79 | 19.53 | 0.66 | 0.13 |
| Hex | 36 | 19 | B | 0 | 36 | 50 | 4F | 14 | 42 | D |
| Octal | 66 | 31 | 13 | 0 | 66 | 120 | 117 | 24 | 102 | 15 |
| Binary | 110110 | 11001 | 1011 | 0 | 110110 | 1010000 | 1001111 | 10100 | 1000010 | 1101 |
Color Harmonies of #36190B
Complementary color
Monochromatic Colors of #36190B
Black with #36190B
Text Example
Text Example
White with #36190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36190B; }
p { color: rgb(54,25,11); }
H1.HeaderClassName
{
color: #36190B;
}
.AnyTagClassName
{
color: #36190B;
}
</style>
background-color css
<style>
a { background-color: #36190B; }
a { background-color: rgb(54,25,11); }
div.DivClassName
{
background-color: #36190B;
}
.BgClassName
{
background-color: #36190B;
}
</style>
border-color css
<style>
span { border-color: #36190B; }
span { border-color: rgb(54,25,11); }
td.TdClassName
{
border-color: #36190B;
}
.TagClassName
{
border-color: #36190B;
}
</style>