Shades of Brown Pod #361C11
Tints of Brown Pod #361C11
RGB
CMYK
RGB Variations
Color information
#361C11 (or 0x361C11) is known color: Brown Pod. HEX triplet: 36, 1C and 11. RGB value is (54,28,17). Sum of RGB (Red+Green+Blue) = 54+28+17=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #361C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C11 is #C9E3EE. Grayscale: #222222. Windows color (decimal): -13231087 or 1121334. OLE color: 1121334.
HSL color Cylindrical-coordinate representation of color #361C11: hue angle of 17.84º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361C11 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 17 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.79 |
| HSL | 17.84º | 0.52% | 0.14% | - |
| HSV(B) | 17.84º | 0.69% | 0.21% | - |
| XYZ | 2.04 | 1.66 | 0.74 | - |
| YUV | 34.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 17 | 0 | 0.48 | 0.69 | 0.79 | 17.84 | 0.52 | 0.14 |
| Hex | 36 | 1C | 11 | 0 | 30 | 45 | 4F | 12 | 34 | E |
| Octal | 66 | 34 | 21 | 0 | 60 | 105 | 117 | 22 | 64 | 16 |
| Binary | 110110 | 11100 | 10001 | 0 | 110000 | 1000101 | 1001111 | 10010 | 110100 | 1110 |
Color Harmonies of #361C11
Complementary color
Monochromatic Colors of #361C11
Black with #361C11
Text Example
Text Example
White with #361C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C11; }
p { color: rgb(54,28,17); }
H1.HeaderClassName
{
color: #361C11;
}
.AnyTagClassName
{
color: #361C11;
}
</style>
background-color css
<style>
a { background-color: #361C11; }
a { background-color: rgb(54,28,17); }
div.DivClassName
{
background-color: #361C11;
}
.BgClassName
{
background-color: #361C11;
}
</style>
border-color css
<style>
span { border-color: #361C11; }
span { border-color: rgb(54,28,17); }
td.TdClassName
{
border-color: #361C11;
}
.TagClassName
{
border-color: #361C11;
}
</style>