Shades of Brown Pod #511601
Tints of Brown Pod #511601
RGB
CMYK
RGB Variations
Color information
#511601 (or 0x511601) is known color: Brown Pod. HEX triplet: 51, 16 and 01. RGB value is (81,22,1). Sum of RGB (Red+Green+Blue) = 81+22+1=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511601 is #AEE9FE. Grayscale: #252525. Windows color (decimal): -11463167 or 71249. OLE color: 71249.
HSL color Cylindrical-coordinate representation of color #511601: hue angle of 15.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #511601 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.68 |
| HSL | 15.75º | 0.98% | 0.16% | - |
| HSV(B) | 15.75º | 0.99% | 0.32% | - |
| XYZ | 3.69 | 2.33 | 0.28 | - |
| YUV | 37.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 1 | 0 | 0.73 | 0.99 | 0.68 | 15.75 | 0.98 | 0.16 |
| Hex | 51 | 16 | 1 | 0 | 49 | 63 | 44 | 10 | 62 | 10 |
| Octal | 121 | 26 | 1 | 0 | 111 | 143 | 104 | 20 | 142 | 20 |
| Binary | 1010001 | 10110 | 1 | 0 | 1001001 | 1100011 | 1000100 | 10000 | 1100010 | 10000 |
Color Harmonies of #511601
Complementary color
Monochromatic Colors of #511601
Black with #511601
Text Example
Text Example
White with #511601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511601; }
p { color: rgb(81,22,1); }
H1.HeaderClassName
{
color: #511601;
}
.AnyTagClassName
{
color: #511601;
}
</style>
background-color css
<style>
a { background-color: #511601; }
a { background-color: rgb(81,22,1); }
div.DivClassName
{
background-color: #511601;
}
.BgClassName
{
background-color: #511601;
}
</style>
border-color css
<style>
span { border-color: #511601; }
span { border-color: rgb(81,22,1); }
td.TdClassName
{
border-color: #511601;
}
.TagClassName
{
border-color: #511601;
}
</style>