Shades of Brown Pod #531902
Tints of Brown Pod #531902
RGB
CMYK
RGB Variations
Color information
#531902 (or 0x531902) is known color: Brown Pod. HEX triplet: 53, 19 and 02. RGB value is (83,25,2). Sum of RGB (Red+Green+Blue) = 83+25+2=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531902 is #ACE6FD. Grayscale: #272727. Windows color (decimal): -11331326 or 137555. OLE color: 137555.
HSL color Cylindrical-coordinate representation of color #531902: hue angle of 17.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #531902 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 2 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.67 |
| HSL | 17.04º | 0.95% | 0.17% | - |
| HSV(B) | 17.04º | 0.98% | 0.33% | - |
| XYZ | 3.93 | 2.54 | 0.34 | - |
| YUV | 39.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 2 | 0 | 0.70 | 0.98 | 0.67 | 17.04 | 0.95 | 0.17 |
| Hex | 53 | 19 | 2 | 0 | 46 | 62 | 43 | 11 | 5F | 11 |
| Octal | 123 | 31 | 2 | 0 | 106 | 142 | 103 | 21 | 137 | 21 |
| Binary | 1010011 | 11001 | 10 | 0 | 1000110 | 1100010 | 1000011 | 10001 | 1011111 | 10001 |
Color Harmonies of #531902
Complementary color
Monochromatic Colors of #531902
Black with #531902
Text Example
Text Example
White with #531902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531902; }
p { color: rgb(83,25,2); }
H1.HeaderClassName
{
color: #531902;
}
.AnyTagClassName
{
color: #531902;
}
</style>
background-color css
<style>
a { background-color: #531902; }
a { background-color: rgb(83,25,2); }
div.DivClassName
{
background-color: #531902;
}
.BgClassName
{
background-color: #531902;
}
</style>
border-color css
<style>
span { border-color: #531902; }
span { border-color: rgb(83,25,2); }
td.TdClassName
{
border-color: #531902;
}
.TagClassName
{
border-color: #531902;
}
</style>