Shades of Brown Pod #521B03
Tints of Brown Pod #521B03
RGB
CMYK
RGB Variations
Color information
#521B03 (or 0x521B03) is known color: Brown Pod. HEX triplet: 52, 1B and 03. RGB value is (82,27,3). Sum of RGB (Red+Green+Blue) = 82+27+3=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #521B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B03 is #ADE4FC. Grayscale: #282828. Windows color (decimal): -11396349 or 203602. OLE color: 203602.
HSL color Cylindrical-coordinate representation of color #521B03: hue angle of 18.23º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #521B03 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 3 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.68 |
| HSL | 18.23º | 0.93% | 0.17% | - |
| HSV(B) | 18.23º | 0.96% | 0.32% | - |
| XYZ | 3.89 | 2.58 | 0.38 | - |
| YUV | 40.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 3 | 0 | 0.67 | 0.96 | 0.68 | 18.23 | 0.93 | 0.17 |
| Hex | 52 | 1B | 3 | 0 | 43 | 60 | 44 | 12 | 5D | 11 |
| Octal | 122 | 33 | 3 | 0 | 103 | 140 | 104 | 22 | 135 | 21 |
| Binary | 1010010 | 11011 | 11 | 0 | 1000011 | 1100000 | 1000100 | 10010 | 1011101 | 10001 |
Color Harmonies of #521B03
Complementary color
Monochromatic Colors of #521B03
Black with #521B03
Text Example
Text Example
White with #521B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B03; }
p { color: rgb(82,27,3); }
H1.HeaderClassName
{
color: #521B03;
}
.AnyTagClassName
{
color: #521B03;
}
</style>
background-color css
<style>
a { background-color: #521B03; }
a { background-color: rgb(82,27,3); }
div.DivClassName
{
background-color: #521B03;
}
.BgClassName
{
background-color: #521B03;
}
</style>
border-color css
<style>
span { border-color: #521B03; }
span { border-color: rgb(82,27,3); }
td.TdClassName
{
border-color: #521B03;
}
.TagClassName
{
border-color: #521B03;
}
</style>