Shades of Brown Pod #361707
Tints of Brown Pod #361707
RGB
CMYK
RGB Variations
Color information
#361707 (or 0x361707) is known color: Brown Pod. HEX triplet: 36, 17 and 07. RGB value is (54,23,7). Sum of RGB (Red+Green+Blue) = 54+23+7=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #361707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361707 is #C9E8F8. Grayscale: #1E1E1E. Windows color (decimal): -13232377 or 464694. OLE color: 464694.
HSL color Cylindrical-coordinate representation of color #361707: hue angle of 20.43º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361707 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 7 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.79 |
| HSL | 20.43º | 0.77% | 0.12% | - |
| HSV(B) | 20.43º | 0.87% | 0.21% | - |
| XYZ | 1.87 | 1.41 | 0.38 | - |
| YUV | 30.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 7 | 0 | 0.57 | 0.87 | 0.79 | 20.43 | 0.77 | 0.12 |
| Hex | 36 | 17 | 7 | 0 | 39 | 57 | 4F | 14 | 4D | C |
| Octal | 66 | 27 | 7 | 0 | 71 | 127 | 117 | 24 | 115 | 14 |
| Binary | 110110 | 10111 | 111 | 0 | 111001 | 1010111 | 1001111 | 10100 | 1001101 | 1100 |
Color Harmonies of #361707
Complementary color
Monochromatic Colors of #361707
Black with #361707
Text Example
Text Example
White with #361707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361707; }
p { color: rgb(54,23,7); }
H1.HeaderClassName
{
color: #361707;
}
.AnyTagClassName
{
color: #361707;
}
</style>
background-color css
<style>
a { background-color: #361707; }
a { background-color: rgb(54,23,7); }
div.DivClassName
{
background-color: #361707;
}
.BgClassName
{
background-color: #361707;
}
</style>
border-color css
<style>
span { border-color: #361707; }
span { border-color: rgb(54,23,7); }
td.TdClassName
{
border-color: #361707;
}
.TagClassName
{
border-color: #361707;
}
</style>