Shades of Brown #A83625
Tints of Brown #A83625
RGB
CMYK
RGB Variations
Color information
#A83625 (or 0xA83625) is known color: Brown. HEX triplet: A8, 36 and 25. RGB value is (168,54,37). Sum of RGB (Red+Green+Blue) = 168+54+37=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A83625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83625 is #57C9DA. Grayscale: #565656. Windows color (decimal): -5753307 or 2438824. OLE color: 2438824.
HSL color Cylindrical-coordinate representation of color #A83625: hue angle of 7.79º 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 #A83625 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 37 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.34 |
| HSL | 7.79º | 0.64% | 0.4% | - |
| HSV(B) | 7.79º | 0.78% | 0.66% | - |
| XYZ | 17.8 | 11.1 | 2.95 | - |
| YUV | 86.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 37 | 0 | 0.68 | 0.78 | 0.34 | 7.79 | 0.64 | 0.4 |
| Hex | A8 | 36 | 25 | 0 | 44 | 4E | 22 | 8 | 40 | 28 |
| Octal | 250 | 66 | 45 | 0 | 104 | 116 | 42 | 10 | 100 | 50 |
| Binary | 10101000 | 110110 | 100101 | 0 | 1000100 | 1001110 | 100010 | 1000 | 1000000 | 101000 |
Color Harmonies of #A83625
Complementary color
Monochromatic Colors of #A83625
Black with #A83625
Text Example
Text Example
White with #A83625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83625; }
p { color: rgb(168,54,37); }
H1.HeaderClassName
{
color: #A83625;
}
.AnyTagClassName
{
color: #A83625;
}
</style>
background-color css
<style>
a { background-color: #A83625; }
a { background-color: rgb(168,54,37); }
div.DivClassName
{
background-color: #A83625;
}
.BgClassName
{
background-color: #A83625;
}
</style>
border-color css
<style>
span { border-color: #A83625; }
span { border-color: rgb(168,54,37); }
td.TdClassName
{
border-color: #A83625;
}
.TagClassName
{
border-color: #A83625;
}
</style>