Shades of Brown #A83125
Tints of Brown #A83125
RGB
CMYK
RGB Variations
Color information
#A83125 (or 0xA83125) is known color: Brown. HEX triplet: A8, 31 and 25. RGB value is (168,49,37). Sum of RGB (Red+Green+Blue) = 168+49+37=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A83125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83125 is #57CEDA. Grayscale: #535353. Windows color (decimal): -5754587 or 2437544. OLE color: 2437544.
HSL color Cylindrical-coordinate representation of color #A83125: hue angle of 5.5º 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 #A83125 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 37 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.34 |
| HSL | 5.5º | 0.64% | 0.4% | - |
| HSV(B) | 5.5º | 0.78% | 0.66% | - |
| XYZ | 17.58 | 10.66 | 2.88 | - |
| YUV | 83.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 37 | 0 | 0.71 | 0.78 | 0.34 | 5.5 | 0.64 | 0.4 |
| Hex | A8 | 31 | 25 | 0 | 47 | 4E | 22 | 5 | 40 | 28 |
| Octal | 250 | 61 | 45 | 0 | 107 | 116 | 42 | 5 | 100 | 50 |
| Binary | 10101000 | 110001 | 100101 | 0 | 1000111 | 1001110 | 100010 | 101 | 1000000 | 101000 |
Color Harmonies of #A83125
Complementary color
Monochromatic Colors of #A83125
Black with #A83125
Text Example
Text Example
White with #A83125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83125; }
p { color: rgb(168,49,37); }
H1.HeaderClassName
{
color: #A83125;
}
.AnyTagClassName
{
color: #A83125;
}
</style>
background-color css
<style>
a { background-color: #A83125; }
a { background-color: rgb(168,49,37); }
div.DivClassName
{
background-color: #A83125;
}
.BgClassName
{
background-color: #A83125;
}
</style>
border-color css
<style>
span { border-color: #A83125; }
span { border-color: rgb(168,49,37); }
td.TdClassName
{
border-color: #A83125;
}
.TagClassName
{
border-color: #A83125;
}
</style>