Shades of Brown Pod #521602
Tints of Brown Pod #521602
RGB
CMYK
RGB Variations
Color information
#521602 (or 0x521602) is known color: Brown Pod. HEX triplet: 52, 16 and 02. RGB value is (82,22,2). Sum of RGB (Red+Green+Blue) = 82+22+2=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521602 is #ADE9FD. Grayscale: #252525. Windows color (decimal): -11397630 or 136786. OLE color: 136786.
HSL color Cylindrical-coordinate representation of color #521602: hue angle of 15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #521602 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.68 |
| HSL | 15º | 0.95% | 0.16% | - |
| HSV(B) | 15º | 0.98% | 0.32% | - |
| XYZ | 3.78 | 2.37 | 0.32 | - |
| YUV | 37.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 2 | 0 | 0.73 | 0.98 | 0.68 | 15 | 0.95 | 0.16 |
| Hex | 52 | 16 | 2 | 0 | 49 | 62 | 44 | F | 5F | 10 |
| Octal | 122 | 26 | 2 | 0 | 111 | 142 | 104 | 17 | 137 | 20 |
| Binary | 1010010 | 10110 | 10 | 0 | 1001001 | 1100010 | 1000100 | 1111 | 1011111 | 10000 |
Color Harmonies of #521602
Complementary color
Monochromatic Colors of #521602
Black with #521602
Text Example
Text Example
White with #521602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521602; }
p { color: rgb(82,22,2); }
H1.HeaderClassName
{
color: #521602;
}
.AnyTagClassName
{
color: #521602;
}
</style>
background-color css
<style>
a { background-color: #521602; }
a { background-color: rgb(82,22,2); }
div.DivClassName
{
background-color: #521602;
}
.BgClassName
{
background-color: #521602;
}
</style>
border-color css
<style>
span { border-color: #521602; }
span { border-color: rgb(82,22,2); }
td.TdClassName
{
border-color: #521602;
}
.TagClassName
{
border-color: #521602;
}
</style>