Shades of Brown #A33027
Tints of Brown #A33027
RGB
CMYK
RGB Variations
Color information
#A33027 (or 0xA33027) is known color: Brown. HEX triplet: A3, 30 and 27. RGB value is (163,48,39). Sum of RGB (Red+Green+Blue) = 163+48+39=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A33027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33027 is #5CCFD8. Grayscale: #515151. Windows color (decimal): -6082521 or 2568355. OLE color: 2568355.
HSL color Cylindrical-coordinate representation of color #A33027: hue angle of 4.35º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A33027 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 39 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.36 |
| HSL | 4.35º | 0.61% | 0.4% | - |
| HSV(B) | 4.35º | 0.76% | 0.64% | - |
| XYZ | 16.53 | 10.05 | 2.99 | - |
| YUV | 81.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 39 | 0 | 0.71 | 0.76 | 0.36 | 4.35 | 0.61 | 0.4 |
| Hex | A3 | 30 | 27 | 0 | 47 | 4C | 24 | 4 | 3D | 28 |
| Octal | 243 | 60 | 47 | 0 | 107 | 114 | 44 | 4 | 75 | 50 |
| Binary | 10100011 | 110000 | 100111 | 0 | 1000111 | 1001100 | 100100 | 100 | 111101 | 101000 |
Color Harmonies of #A33027
Complementary color
Monochromatic Colors of #A33027
Black with #A33027
Text Example
Text Example
White with #A33027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33027; }
p { color: rgb(163,48,39); }
H1.HeaderClassName
{
color: #A33027;
}
.AnyTagClassName
{
color: #A33027;
}
</style>
background-color css
<style>
a { background-color: #A33027; }
a { background-color: rgb(163,48,39); }
div.DivClassName
{
background-color: #A33027;
}
.BgClassName
{
background-color: #A33027;
}
</style>
border-color css
<style>
span { border-color: #A33027; }
span { border-color: rgb(163,48,39); }
td.TdClassName
{
border-color: #A33027;
}
.TagClassName
{
border-color: #A33027;
}
</style>