Shades of Brown Pod #361B11
Tints of Brown Pod #361B11
RGB
CMYK
RGB Variations
Color information
#361B11 (or 0x361B11) is known color: Brown Pod. HEX triplet: 36, 1B and 11. RGB value is (54,27,17). Sum of RGB (Red+Green+Blue) = 54+27+17=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B11 is #C9E4EE. Grayscale: #212121. Windows color (decimal): -13231343 or 1121078. OLE color: 1121078.
HSL color Cylindrical-coordinate representation of color #361B11: hue angle of 16.22º 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 #361B11 is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 17 | - |
| CMYK | 0 | 0.5 | 0.69 | 0.79 |
| HSL | 16.22º | 0.52% | 0.14% | - |
| HSV(B) | 16.22º | 0.69% | 0.21% | - |
| XYZ | 2.01 | 1.61 | 0.73 | - |
| YUV | 33.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 17 | 0 | 0.5 | 0.69 | 0.79 | 16.22 | 0.52 | 0.14 |
| Hex | 36 | 1B | 11 | 0 | 32 | 45 | 4F | 10 | 34 | E |
| Octal | 66 | 33 | 21 | 0 | 62 | 105 | 117 | 20 | 64 | 16 |
| Binary | 110110 | 11011 | 10001 | 0 | 110010 | 1000101 | 1001111 | 10000 | 110100 | 1110 |
Color Harmonies of #361B11
Complementary color
Monochromatic Colors of #361B11
Black with #361B11
Text Example
Text Example
White with #361B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B11; }
p { color: rgb(54,27,17); }
H1.HeaderClassName
{
color: #361B11;
}
.AnyTagClassName
{
color: #361B11;
}
</style>
background-color css
<style>
a { background-color: #361B11; }
a { background-color: rgb(54,27,17); }
div.DivClassName
{
background-color: #361B11;
}
.BgClassName
{
background-color: #361B11;
}
</style>
border-color css
<style>
span { border-color: #361B11; }
span { border-color: rgb(54,27,17); }
td.TdClassName
{
border-color: #361B11;
}
.TagClassName
{
border-color: #361B11;
}
</style>