Shades of Brown Pod #361705
Tints of Brown Pod #361705
RGB
CMYK
RGB Variations
Color information
#361705 (or 0x361705) is known color: Brown Pod. HEX triplet: 36, 17 and 05. RGB value is (54,23,5). Sum of RGB (Red+Green+Blue) = 54+23+5=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #361705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361705 is #C9E8FA. Grayscale: #1E1E1E. Windows color (decimal): -13232379 or 333622. OLE color: 333622.
HSL color Cylindrical-coordinate representation of color #361705: hue angle of 22.04º 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 #361705 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 5 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.79 |
| HSL | 22.04º | 0.83% | 0.12% | - |
| HSV(B) | 22.04º | 0.91% | 0.21% | - |
| XYZ | 1.86 | 1.41 | 0.32 | - |
| YUV | 30.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 5 | 0 | 0.57 | 0.91 | 0.79 | 22.04 | 0.83 | 0.12 |
| Hex | 36 | 17 | 5 | 0 | 39 | 5B | 4F | 16 | 53 | C |
| Octal | 66 | 27 | 5 | 0 | 71 | 133 | 117 | 26 | 123 | 14 |
| Binary | 110110 | 10111 | 101 | 0 | 111001 | 1011011 | 1001111 | 10110 | 1010011 | 1100 |
Color Harmonies of #361705
Complementary color
Monochromatic Colors of #361705
Black with #361705
Text Example
Text Example
White with #361705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361705; }
p { color: rgb(54,23,5); }
H1.HeaderClassName
{
color: #361705;
}
.AnyTagClassName
{
color: #361705;
}
</style>
background-color css
<style>
a { background-color: #361705; }
a { background-color: rgb(54,23,5); }
div.DivClassName
{
background-color: #361705;
}
.BgClassName
{
background-color: #361705;
}
</style>
border-color css
<style>
span { border-color: #361705; }
span { border-color: rgb(54,23,5); }
td.TdClassName
{
border-color: #361705;
}
.TagClassName
{
border-color: #361705;
}
</style>