Shades of Brown Pod #521B07
Tints of Brown Pod #521B07
RGB
CMYK
RGB Variations
Color information
#521B07 (or 0x521B07) is known color: Brown Pod. HEX triplet: 52, 1B and 07. RGB value is (82,27,7). Sum of RGB (Red+Green+Blue) = 82+27+7=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #521B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B07 is #ADE4F8. Grayscale: #292929. Windows color (decimal): -11396345 or 465746. OLE color: 465746.
HSL color Cylindrical-coordinate representation of color #521B07: hue angle of 16º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #521B07 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 7 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.68 |
| HSL | 16º | 0.84% | 0.17% | - |
| HSV(B) | 16º | 0.91% | 0.32% | - |
| XYZ | 3.91 | 2.59 | 0.5 | - |
| YUV | 41.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 7 | 0 | 0.67 | 0.91 | 0.68 | 16 | 0.84 | 0.17 |
| Hex | 52 | 1B | 7 | 0 | 43 | 5B | 44 | 10 | 54 | 11 |
| Octal | 122 | 33 | 7 | 0 | 103 | 133 | 104 | 20 | 124 | 21 |
| Binary | 1010010 | 11011 | 111 | 0 | 1000011 | 1011011 | 1000100 | 10000 | 1010100 | 10001 |
Color Harmonies of #521B07
Complementary color
Monochromatic Colors of #521B07
Black with #521B07
Text Example
Text Example
White with #521B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B07; }
p { color: rgb(82,27,7); }
H1.HeaderClassName
{
color: #521B07;
}
.AnyTagClassName
{
color: #521B07;
}
</style>
background-color css
<style>
a { background-color: #521B07; }
a { background-color: rgb(82,27,7); }
div.DivClassName
{
background-color: #521B07;
}
.BgClassName
{
background-color: #521B07;
}
</style>
border-color css
<style>
span { border-color: #521B07; }
span { border-color: rgb(82,27,7); }
td.TdClassName
{
border-color: #521B07;
}
.TagClassName
{
border-color: #521B07;
}
</style>