Shades of Brown Pod #361605
Tints of Brown Pod #361605
RGB
CMYK
RGB Variations
Color information
#361605 (or 0x361605) is known color: Brown Pod. HEX triplet: 36, 16 and 05. RGB value is (54,22,5). Sum of RGB (Red+Green+Blue) = 54+22+5=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361605 is #C9E9FA. Grayscale: #1D1D1D. Windows color (decimal): -13232635 or 333366. OLE color: 333366.
HSL color Cylindrical-coordinate representation of color #361605: hue angle of 20.82º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #361605 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 22 | 5 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.79 |
| HSL | 20.82º | 0.83% | 0.12% | - |
| HSV(B) | 20.82º | 0.91% | 0.21% | - |
| XYZ | 1.84 | 1.37 | 0.31 | - |
| YUV | 29.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 5 | 0 | 0.59 | 0.91 | 0.79 | 20.82 | 0.83 | 0.12 |
| Hex | 36 | 16 | 5 | 0 | 3B | 5B | 4F | 15 | 53 | C |
| Octal | 66 | 26 | 5 | 0 | 73 | 133 | 117 | 25 | 123 | 14 |
| Binary | 110110 | 10110 | 101 | 0 | 111011 | 1011011 | 1001111 | 10101 | 1010011 | 1100 |
Color Harmonies of #361605
Complementary color
Monochromatic Colors of #361605
Black with #361605
Text Example
Text Example
White with #361605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361605; }
p { color: rgb(54,22,5); }
H1.HeaderClassName
{
color: #361605;
}
.AnyTagClassName
{
color: #361605;
}
</style>
background-color css
<style>
a { background-color: #361605; }
a { background-color: rgb(54,22,5); }
div.DivClassName
{
background-color: #361605;
}
.BgClassName
{
background-color: #361605;
}
</style>
border-color css
<style>
span { border-color: #361605; }
span { border-color: rgb(54,22,5); }
td.TdClassName
{
border-color: #361605;
}
.TagClassName
{
border-color: #361605;
}
</style>