Shades of Brown Pod #521905
Tints of Brown Pod #521905
RGB
CMYK
RGB Variations
Color information
#521905 (or 0x521905) is known color: Brown Pod. HEX triplet: 52, 19 and 05. RGB value is (82,25,5). Sum of RGB (Red+Green+Blue) = 82+25+5=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #521905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521905 is #ADE6FA. Grayscale: #272727. Windows color (decimal): -11396859 or 334162. OLE color: 334162.
HSL color Cylindrical-coordinate representation of color #521905: hue angle of 15.58º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #521905 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 5 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.68 |
| HSL | 15.58º | 0.89% | 0.17% | - |
| HSV(B) | 15.58º | 0.94% | 0.32% | - |
| XYZ | 3.85 | 2.5 | 0.42 | - |
| YUV | 39.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 5 | 0 | 0.70 | 0.94 | 0.68 | 15.58 | 0.89 | 0.17 |
| Hex | 52 | 19 | 5 | 0 | 46 | 5E | 44 | 10 | 59 | 11 |
| Octal | 122 | 31 | 5 | 0 | 106 | 136 | 104 | 20 | 131 | 21 |
| Binary | 1010010 | 11001 | 101 | 0 | 1000110 | 1011110 | 1000100 | 10000 | 1011001 | 10001 |
Color Harmonies of #521905
Complementary color
Monochromatic Colors of #521905
Black with #521905
Text Example
Text Example
White with #521905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521905; }
p { color: rgb(82,25,5); }
H1.HeaderClassName
{
color: #521905;
}
.AnyTagClassName
{
color: #521905;
}
</style>
background-color css
<style>
a { background-color: #521905; }
a { background-color: rgb(82,25,5); }
div.DivClassName
{
background-color: #521905;
}
.BgClassName
{
background-color: #521905;
}
</style>
border-color css
<style>
span { border-color: #521905; }
span { border-color: rgb(82,25,5); }
td.TdClassName
{
border-color: #521905;
}
.TagClassName
{
border-color: #521905;
}
</style>