Shades of Brown #A83025
Tints of Brown #A83025
RGB
CMYK
RGB Variations
Color information
#A83025 (or 0xA83025) is known color: Brown. HEX triplet: A8, 30 and 25. RGB value is (168,48,37). Sum of RGB (Red+Green+Blue) = 168+48+37=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A83025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83025 is #57CFDA. Grayscale: #525252. Windows color (decimal): -5754843 or 2437288. OLE color: 2437288.
HSL color Cylindrical-coordinate representation of color #A83025: hue angle of 5.04º 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 #A83025 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 37 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.34 |
| HSL | 5.04º | 0.64% | 0.4% | - |
| HSV(B) | 5.04º | 0.78% | 0.66% | - |
| XYZ | 17.54 | 10.57 | 2.87 | - |
| YUV | 82.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 37 | 0 | 0.71 | 0.78 | 0.34 | 5.04 | 0.64 | 0.4 |
| Hex | A8 | 30 | 25 | 0 | 47 | 4E | 22 | 5 | 40 | 28 |
| Octal | 250 | 60 | 45 | 0 | 107 | 116 | 42 | 5 | 100 | 50 |
| Binary | 10101000 | 110000 | 100101 | 0 | 1000111 | 1001110 | 100010 | 101 | 1000000 | 101000 |
Color Harmonies of #A83025
Complementary color
Monochromatic Colors of #A83025
Black with #A83025
Text Example
Text Example
White with #A83025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83025; }
p { color: rgb(168,48,37); }
H1.HeaderClassName
{
color: #A83025;
}
.AnyTagClassName
{
color: #A83025;
}
</style>
background-color css
<style>
a { background-color: #A83025; }
a { background-color: rgb(168,48,37); }
div.DivClassName
{
background-color: #A83025;
}
.BgClassName
{
background-color: #A83025;
}
</style>
border-color css
<style>
span { border-color: #A83025; }
span { border-color: rgb(168,48,37); }
td.TdClassName
{
border-color: #A83025;
}
.TagClassName
{
border-color: #A83025;
}
</style>