Shades of Brown #A4302B
Tints of Brown #A4302B
RGB
CMYK
RGB Variations
Color information
#A4302B (or 0xA4302B) is known color: Brown. HEX triplet: A4, 30 and 2B. RGB value is (164,48,43). Sum of RGB (Red+Green+Blue) = 164+48+43=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A4302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4302B is #5BCFD4. Grayscale: #525252. Windows color (decimal): -6016981 or 2830500. OLE color: 2830500.
HSL color Cylindrical-coordinate representation of color #A4302B: hue angle of 2.48º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4302B is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 43 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.36 |
| HSL | 2.48º | 0.58% | 0.41% | - |
| HSV(B) | 2.48º | 0.74% | 0.64% | - |
| XYZ | 16.8 | 10.18 | 3.36 | - |
| YUV | 82.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 43 | 0 | 0.71 | 0.74 | 0.36 | 2.48 | 0.58 | 0.41 |
| Hex | A4 | 30 | 2B | 0 | 47 | 4A | 24 | 2 | 3A | 29 |
| Octal | 244 | 60 | 53 | 0 | 107 | 112 | 44 | 2 | 72 | 51 |
| Binary | 10100100 | 110000 | 101011 | 0 | 1000111 | 1001010 | 100100 | 10 | 111010 | 101001 |
Color Harmonies of #A4302B
Complementary color
Monochromatic Colors of #A4302B
Black with #A4302B
Text Example
Text Example
White with #A4302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4302B; }
p { color: rgb(164,48,43); }
H1.HeaderClassName
{
color: #A4302B;
}
.AnyTagClassName
{
color: #A4302B;
}
</style>
background-color css
<style>
a { background-color: #A4302B; }
a { background-color: rgb(164,48,43); }
div.DivClassName
{
background-color: #A4302B;
}
.BgClassName
{
background-color: #A4302B;
}
</style>
border-color css
<style>
span { border-color: #A4302B; }
span { border-color: rgb(164,48,43); }
td.TdClassName
{
border-color: #A4302B;
}
.TagClassName
{
border-color: #A4302B;
}
</style>