Shades of Brown Pod #521901
Tints of Brown Pod #521901
RGB
CMYK
RGB Variations
Color information
#521901 (or 0x521901) is known color: Brown Pod. HEX triplet: 52, 19 and 01. RGB value is (82,25,1). Sum of RGB (Red+Green+Blue) = 82+25+1=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #521901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521901 is #ADE6FE. Grayscale: #272727. Windows color (decimal): -11396863 or 72018. OLE color: 72018.
HSL color Cylindrical-coordinate representation of color #521901: hue angle of 17.78º 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 #521901 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.68 |
| HSL | 17.78º | 0.98% | 0.16% | - |
| HSV(B) | 17.78º | 0.99% | 0.32% | - |
| XYZ | 3.83 | 2.49 | 0.31 | - |
| YUV | 39.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 1 | 0 | 0.70 | 0.99 | 0.68 | 17.78 | 0.98 | 0.16 |
| Hex | 52 | 19 | 1 | 0 | 46 | 63 | 44 | 12 | 62 | 10 |
| Octal | 122 | 31 | 1 | 0 | 106 | 143 | 104 | 22 | 142 | 20 |
| Binary | 1010010 | 11001 | 1 | 0 | 1000110 | 1100011 | 1000100 | 10010 | 1100010 | 10000 |
Color Harmonies of #521901
Complementary color
Monochromatic Colors of #521901
Black with #521901
Text Example
Text Example
White with #521901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521901; }
p { color: rgb(82,25,1); }
H1.HeaderClassName
{
color: #521901;
}
.AnyTagClassName
{
color: #521901;
}
</style>
background-color css
<style>
a { background-color: #521901; }
a { background-color: rgb(82,25,1); }
div.DivClassName
{
background-color: #521901;
}
.BgClassName
{
background-color: #521901;
}
</style>
border-color css
<style>
span { border-color: #521901; }
span { border-color: rgb(82,25,1); }
td.TdClassName
{
border-color: #521901;
}
.TagClassName
{
border-color: #521901;
}
</style>