Shades of Brown Pod #361A11
Tints of Brown Pod #361A11
RGB
CMYK
RGB Variations
Color information
#361A11 (or 0x361A11) is known color: Brown Pod. HEX triplet: 36, 1A and 11. RGB value is (54,26,17). Sum of RGB (Red+Green+Blue) = 54+26+17=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A11 is #C9E5EE. Grayscale: #212121. Windows color (decimal): -13231599 or 1120822. OLE color: 1120822.
HSL color Cylindrical-coordinate representation of color #361A11: hue angle of 14.59º 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 #361A11 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 26 | 17 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.79 |
| HSL | 14.59º | 0.52% | 0.14% | - |
| HSV(B) | 14.59º | 0.69% | 0.21% | - |
| XYZ | 1.99 | 1.56 | 0.73 | - |
| YUV | 33.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 17 | 0 | 0.52 | 0.69 | 0.79 | 14.59 | 0.52 | 0.14 |
| Hex | 36 | 1A | 11 | 0 | 34 | 45 | 4F | F | 34 | E |
| Octal | 66 | 32 | 21 | 0 | 64 | 105 | 117 | 17 | 64 | 16 |
| Binary | 110110 | 11010 | 10001 | 0 | 110100 | 1000101 | 1001111 | 1111 | 110100 | 1110 |
Color Harmonies of #361A11
Complementary color
Monochromatic Colors of #361A11
Black with #361A11
Text Example
Text Example
White with #361A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A11; }
p { color: rgb(54,26,17); }
H1.HeaderClassName
{
color: #361A11;
}
.AnyTagClassName
{
color: #361A11;
}
</style>
background-color css
<style>
a { background-color: #361A11; }
a { background-color: rgb(54,26,17); }
div.DivClassName
{
background-color: #361A11;
}
.BgClassName
{
background-color: #361A11;
}
</style>
border-color css
<style>
span { border-color: #361A11; }
span { border-color: rgb(54,26,17); }
td.TdClassName
{
border-color: #361A11;
}
.TagClassName
{
border-color: #361A11;
}
</style>