Shades of Brown Pod #521500
Tints of Brown Pod #521500
RGB
CMYK
RGB Variations
Color information
#521500 (or 0x521500) is known color: Brown Pod. HEX triplet: 52, 15 and 00. RGB value is (82,21,0). Sum of RGB (Red+Green+Blue) = 82+21+0=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #521500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521500 is #ADEAFF. Grayscale: #242424. Windows color (decimal): -11397888 or 5458. OLE color: 5458.
HSL color Cylindrical-coordinate representation of color #521500: hue angle of 15.37º 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 #521500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.68 |
| HSL | 15.37º | 1% | 0.16% | - |
| HSV(B) | 15.37º | 1% | 0.32% | - |
| XYZ | 3.75 | 2.33 | 0.25 | - |
| YUV | 36.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 0 | 0 | 0.74 | 1 | 0.68 | 15.37 | 1 | 0.16 |
| Hex | 52 | 15 | 0 | 0 | 4A | 64 | 44 | F | 64 | 10 |
| Octal | 122 | 25 | 0 | 0 | 112 | 144 | 104 | 17 | 144 | 20 |
| Binary | 1010010 | 10101 | 0 | 0 | 1001010 | 1100100 | 1000100 | 1111 | 1100100 | 10000 |
Color Harmonies of #521500
Complementary color
Monochromatic Colors of #521500
Black with #521500
Text Example
Text Example
White with #521500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521500; }
p { color: rgb(82,21,0); }
H1.HeaderClassName
{
color: #521500;
}
.AnyTagClassName
{
color: #521500;
}
</style>
background-color css
<style>
a { background-color: #521500; }
a { background-color: rgb(82,21,0); }
div.DivClassName
{
background-color: #521500;
}
.BgClassName
{
background-color: #521500;
}
</style>
border-color css
<style>
span { border-color: #521500; }
span { border-color: rgb(82,21,0); }
td.TdClassName
{
border-color: #521500;
}
.TagClassName
{
border-color: #521500;
}
</style>