Shades of Brown Pod #531903
Tints of Brown Pod #531903
RGB
CMYK
RGB Variations
Color information
#531903 (or 0x531903) is known color: Brown Pod. HEX triplet: 53, 19 and 03. RGB value is (83,25,3). Sum of RGB (Red+Green+Blue) = 83+25+3=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #531903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531903 is #ACE6FC. Grayscale: #272727. Windows color (decimal): -11331325 or 203091. OLE color: 203091.
HSL color Cylindrical-coordinate representation of color #531903: hue angle of 16.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #531903 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 3 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.67 |
| HSL | 16.5º | 0.93% | 0.17% | - |
| HSV(B) | 16.5º | 0.96% | 0.33% | - |
| XYZ | 3.93 | 2.54 | 0.37 | - |
| YUV | 39.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 3 | 0 | 0.70 | 0.96 | 0.67 | 16.5 | 0.93 | 0.17 |
| Hex | 53 | 19 | 3 | 0 | 46 | 60 | 43 | 10 | 5D | 11 |
| Octal | 123 | 31 | 3 | 0 | 106 | 140 | 103 | 20 | 135 | 21 |
| Binary | 1010011 | 11001 | 11 | 0 | 1000110 | 1100000 | 1000011 | 10000 | 1011101 | 10001 |
Color Harmonies of #531903
Complementary color
Monochromatic Colors of #531903
Black with #531903
Text Example
Text Example
White with #531903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531903; }
p { color: rgb(83,25,3); }
H1.HeaderClassName
{
color: #531903;
}
.AnyTagClassName
{
color: #531903;
}
</style>
background-color css
<style>
a { background-color: #531903; }
a { background-color: rgb(83,25,3); }
div.DivClassName
{
background-color: #531903;
}
.BgClassName
{
background-color: #531903;
}
</style>
border-color css
<style>
span { border-color: #531903; }
span { border-color: rgb(83,25,3); }
td.TdClassName
{
border-color: #531903;
}
.TagClassName
{
border-color: #531903;
}
</style>