Shades of Brown Pod #362013
Tints of Brown Pod #362013
RGB
CMYK
RGB Variations
Color information
#362013 (or 0x362013) is known color: Brown Pod. HEX triplet: 36, 20 and 13. RGB value is (54,32,19). Sum of RGB (Red+Green+Blue) = 54+32+19=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #362013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362013 is #C9DFEC. Grayscale: #252525. Windows color (decimal): -13230061 or 1253430. OLE color: 1253430.
HSL color Cylindrical-coordinate representation of color #362013: hue angle of 22.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362013 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 19 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.79 |
| HSL | 22.29º | 0.48% | 0.14% | - |
| HSV(B) | 22.29º | 0.65% | 0.21% | - |
| XYZ | 2.16 | 1.86 | 0.86 | - |
| YUV | 37.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 19 | 0 | 0.41 | 0.65 | 0.79 | 22.29 | 0.48 | 0.14 |
| Hex | 36 | 20 | 13 | 0 | 29 | 41 | 4F | 16 | 30 | E |
| Octal | 66 | 40 | 23 | 0 | 51 | 101 | 117 | 26 | 60 | 16 |
| Binary | 110110 | 100000 | 10011 | 0 | 101001 | 1000001 | 1001111 | 10110 | 110000 | 1110 |
Color Harmonies of #362013
Complementary color
Monochromatic Colors of #362013
Black with #362013
Text Example
Text Example
White with #362013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362013; }
p { color: rgb(54,32,19); }
H1.HeaderClassName
{
color: #362013;
}
.AnyTagClassName
{
color: #362013;
}
</style>
background-color css
<style>
a { background-color: #362013; }
a { background-color: rgb(54,32,19); }
div.DivClassName
{
background-color: #362013;
}
.BgClassName
{
background-color: #362013;
}
</style>
border-color css
<style>
span { border-color: #362013; }
span { border-color: rgb(54,32,19); }
td.TdClassName
{
border-color: #362013;
}
.TagClassName
{
border-color: #362013;
}
</style>