Shades of Brown #A83525
Tints of Brown #A83525
RGB
CMYK
RGB Variations
Color information
#A83525 (or 0xA83525) is known color: Brown. HEX triplet: A8, 35 and 25. RGB value is (168,53,37). Sum of RGB (Red+Green+Blue) = 168+53+37=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A83525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83525 is #57CADA. Grayscale: #555555. Windows color (decimal): -5753563 or 2438568. OLE color: 2438568.
HSL color Cylindrical-coordinate representation of color #A83525: hue angle of 7.33º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A83525 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 37 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.34 |
| HSL | 7.33º | 0.64% | 0.4% | - |
| HSV(B) | 7.33º | 0.78% | 0.66% | - |
| XYZ | 17.76 | 11 | 2.94 | - |
| YUV | 85.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 37 | 0 | 0.68 | 0.78 | 0.34 | 7.33 | 0.64 | 0.4 |
| Hex | A8 | 35 | 25 | 0 | 44 | 4E | 22 | 7 | 40 | 28 |
| Octal | 250 | 65 | 45 | 0 | 104 | 116 | 42 | 7 | 100 | 50 |
| Binary | 10101000 | 110101 | 100101 | 0 | 1000100 | 1001110 | 100010 | 111 | 1000000 | 101000 |
Color Harmonies of #A83525
Complementary color
Monochromatic Colors of #A83525
Black with #A83525
Text Example
Text Example
White with #A83525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83525; }
p { color: rgb(168,53,37); }
H1.HeaderClassName
{
color: #A83525;
}
.AnyTagClassName
{
color: #A83525;
}
</style>
background-color css
<style>
a { background-color: #A83525; }
a { background-color: rgb(168,53,37); }
div.DivClassName
{
background-color: #A83525;
}
.BgClassName
{
background-color: #A83525;
}
</style>
border-color css
<style>
span { border-color: #A83525; }
span { border-color: rgb(168,53,37); }
td.TdClassName
{
border-color: #A83525;
}
.TagClassName
{
border-color: #A83525;
}
</style>