Shades of Brown #A4302D
Tints of Brown #A4302D
RGB
CMYK
RGB Variations
Color information
#A4302D (or 0xA4302D) is known color: Brown. HEX triplet: A4, 30 and 2D. RGB value is (164,48,45). Sum of RGB (Red+Green+Blue) = 164+48+45=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A4302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4302D is #5BCFD2. Grayscale: #525252. Windows color (decimal): -6016979 or 2961572. OLE color: 2961572.
HSL color Cylindrical-coordinate representation of color #A4302D: hue angle of 1.51º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4302D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 45 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.36 |
| HSL | 1.51º | 0.57% | 0.41% | - |
| HSV(B) | 1.51º | 0.73% | 0.64% | - |
| XYZ | 16.84 | 10.2 | 3.56 | - |
| YUV | 82.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 45 | 0 | 0.71 | 0.73 | 0.36 | 1.51 | 0.57 | 0.41 |
| Hex | A4 | 30 | 2D | 0 | 47 | 49 | 24 | 2 | 39 | 29 |
| Octal | 244 | 60 | 55 | 0 | 107 | 111 | 44 | 2 | 71 | 51 |
| Binary | 10100100 | 110000 | 101101 | 0 | 1000111 | 1001001 | 100100 | 10 | 111001 | 101001 |
Color Harmonies of #A4302D
Complementary color
Monochromatic Colors of #A4302D
Black with #A4302D
Text Example
Text Example
White with #A4302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4302D; }
p { color: rgb(164,48,45); }
H1.HeaderClassName
{
color: #A4302D;
}
.AnyTagClassName
{
color: #A4302D;
}
</style>
background-color css
<style>
a { background-color: #A4302D; }
a { background-color: rgb(164,48,45); }
div.DivClassName
{
background-color: #A4302D;
}
.BgClassName
{
background-color: #A4302D;
}
</style>
border-color css
<style>
span { border-color: #A4302D; }
span { border-color: rgb(164,48,45); }
td.TdClassName
{
border-color: #A4302D;
}
.TagClassName
{
border-color: #A4302D;
}
</style>