Shades of Brown Pod #521900
Tints of Brown Pod #521900
RGB
CMYK
RGB Variations
Color information
#521900 (or 0x521900) is known color: Brown Pod. HEX triplet: 52, 19 and 00. RGB value is (82,25,0). Sum of RGB (Red+Green+Blue) = 82+25+0=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521900 is #ADE6FF. Grayscale: #272727. Windows color (decimal): -11396864 or 6482. OLE color: 6482.
HSL color Cylindrical-coordinate representation of color #521900: hue angle of 18.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #521900 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.68 |
| HSL | 18.29º | 1% | 0.16% | - |
| HSV(B) | 18.29º | 1% | 0.32% | - |
| XYZ | 3.83 | 2.49 | 0.28 | - |
| YUV | 39.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 0 | 0 | 0.70 | 1 | 0.68 | 18.29 | 1 | 0.16 |
| Hex | 52 | 19 | 0 | 0 | 46 | 64 | 44 | 12 | 64 | 10 |
| Octal | 122 | 31 | 0 | 0 | 106 | 144 | 104 | 22 | 144 | 20 |
| Binary | 1010010 | 11001 | 0 | 0 | 1000110 | 1100100 | 1000100 | 10010 | 1100100 | 10000 |
Color Harmonies of #521900
Complementary color
Monochromatic Colors of #521900
Black with #521900
Text Example
Text Example
White with #521900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521900; }
p { color: rgb(82,25,0); }
H1.HeaderClassName
{
color: #521900;
}
.AnyTagClassName
{
color: #521900;
}
</style>
background-color css
<style>
a { background-color: #521900; }
a { background-color: rgb(82,25,0); }
div.DivClassName
{
background-color: #521900;
}
.BgClassName
{
background-color: #521900;
}
</style>
border-color css
<style>
span { border-color: #521900; }
span { border-color: rgb(82,25,0); }
td.TdClassName
{
border-color: #521900;
}
.TagClassName
{
border-color: #521900;
}
</style>