Shades of Brown #A22518
Tints of Brown #A22518
RGB
CMYK
RGB Variations
Color information
#A22518 (or 0xA22518) is known color: Brown. HEX triplet: A2, 25 and 18. RGB value is (162,37,24). Sum of RGB (Red+Green+Blue) = 162+37+24=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A22518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22518 is #5DDAE7. Grayscale: #494949. Windows color (decimal): -6150888 or 1582498. OLE color: 1582498.
HSL color Cylindrical-coordinate representation of color #A22518: hue angle of 5.65º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A22518 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 24 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.36 |
| HSL | 5.65º | 0.74% | 0.36% | - |
| HSV(B) | 5.65º | 0.85% | 0.64% | - |
| XYZ | 15.73 | 9.07 | 1.79 | - |
| YUV | 72.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 24 | 0 | 0.77 | 0.85 | 0.36 | 5.65 | 0.74 | 0.36 |
| Hex | A2 | 25 | 18 | 0 | 4D | 55 | 24 | 6 | 4A | 24 |
| Octal | 242 | 45 | 30 | 0 | 115 | 125 | 44 | 6 | 112 | 44 |
| Binary | 10100010 | 100101 | 11000 | 0 | 1001101 | 1010101 | 100100 | 110 | 1001010 | 100100 |
Color Harmonies of #A22518
Complementary color
Monochromatic Colors of #A22518
Black with #A22518
Text Example
Text Example
White with #A22518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22518; }
p { color: rgb(162,37,24); }
H1.HeaderClassName
{
color: #A22518;
}
.AnyTagClassName
{
color: #A22518;
}
</style>
background-color css
<style>
a { background-color: #A22518; }
a { background-color: rgb(162,37,24); }
div.DivClassName
{
background-color: #A22518;
}
.BgClassName
{
background-color: #A22518;
}
</style>
border-color css
<style>
span { border-color: #A22518; }
span { border-color: rgb(162,37,24); }
td.TdClassName
{
border-color: #A22518;
}
.TagClassName
{
border-color: #A22518;
}
</style>