Shades of Brown #A23027
Tints of Brown #A23027
RGB
CMYK
RGB Variations
Color information
#A23027 (or 0xA23027) is known color: Brown. HEX triplet: A2, 30 and 27. RGB value is (162,48,39). Sum of RGB (Red+Green+Blue) = 162+48+39=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A23027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23027 is #5DCFD8. Grayscale: #515151. Windows color (decimal): -6148057 or 2568354. OLE color: 2568354.
HSL color Cylindrical-coordinate representation of color #A23027: hue angle of 4.39º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23027 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 39 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.36 |
| HSL | 4.39º | 0.61% | 0.39% | - |
| HSV(B) | 4.39º | 0.76% | 0.64% | - |
| XYZ | 16.32 | 9.94 | 2.98 | - |
| YUV | 81.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 39 | 0 | 0.70 | 0.76 | 0.36 | 4.39 | 0.61 | 0.39 |
| Hex | A2 | 30 | 27 | 0 | 46 | 4C | 24 | 4 | 3D | 27 |
| Octal | 242 | 60 | 47 | 0 | 106 | 114 | 44 | 4 | 75 | 47 |
| Binary | 10100010 | 110000 | 100111 | 0 | 1000110 | 1001100 | 100100 | 100 | 111101 | 100111 |
Color Harmonies of #A23027
Complementary color
Monochromatic Colors of #A23027
Black with #A23027
Text Example
Text Example
White with #A23027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23027; }
p { color: rgb(162,48,39); }
H1.HeaderClassName
{
color: #A23027;
}
.AnyTagClassName
{
color: #A23027;
}
</style>
background-color css
<style>
a { background-color: #A23027; }
a { background-color: rgb(162,48,39); }
div.DivClassName
{
background-color: #A23027;
}
.BgClassName
{
background-color: #A23027;
}
</style>
border-color css
<style>
span { border-color: #A23027; }
span { border-color: rgb(162,48,39); }
td.TdClassName
{
border-color: #A23027;
}
.TagClassName
{
border-color: #A23027;
}
</style>