Shades of Brown #A83425
Tints of Brown #A83425
RGB
CMYK
RGB Variations
Color information
#A83425 (or 0xA83425) is known color: Brown. HEX triplet: A8, 34 and 25. RGB value is (168,52,37). Sum of RGB (Red+Green+Blue) = 168+52+37=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A83425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83425 is #57CBDA. Grayscale: #555555. Windows color (decimal): -5753819 or 2438312. OLE color: 2438312.
HSL color Cylindrical-coordinate representation of color #A83425: hue angle of 6.87º 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 #A83425 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 37 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.34 |
| HSL | 6.87º | 0.64% | 0.4% | - |
| HSV(B) | 6.87º | 0.78% | 0.66% | - |
| XYZ | 17.71 | 10.91 | 2.92 | - |
| YUV | 84.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 37 | 0 | 0.69 | 0.78 | 0.34 | 6.87 | 0.64 | 0.4 |
| Hex | A8 | 34 | 25 | 0 | 45 | 4E | 22 | 7 | 40 | 28 |
| Octal | 250 | 64 | 45 | 0 | 105 | 116 | 42 | 7 | 100 | 50 |
| Binary | 10101000 | 110100 | 100101 | 0 | 1000101 | 1001110 | 100010 | 111 | 1000000 | 101000 |
Color Harmonies of #A83425
Complementary color
Monochromatic Colors of #A83425
Black with #A83425
Text Example
Text Example
White with #A83425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83425; }
p { color: rgb(168,52,37); }
H1.HeaderClassName
{
color: #A83425;
}
.AnyTagClassName
{
color: #A83425;
}
</style>
background-color css
<style>
a { background-color: #A83425; }
a { background-color: rgb(168,52,37); }
div.DivClassName
{
background-color: #A83425;
}
.BgClassName
{
background-color: #A83425;
}
</style>
border-color css
<style>
span { border-color: #A83425; }
span { border-color: rgb(168,52,37); }
td.TdClassName
{
border-color: #A83425;
}
.TagClassName
{
border-color: #A83425;
}
</style>