Shades of Brown #A42D13
Tints of Brown #A42D13
RGB
CMYK
RGB Variations
Color information
#A42D13 (or 0xA42D13) is known color: Brown. HEX triplet: A4, 2D and 13. RGB value is (164,45,19). Sum of RGB (Red+Green+Blue) = 164+45+19=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D13 is #5BD2EC. Grayscale: #4D4D4D. Windows color (decimal): -6017773 or 1256868. OLE color: 1256868.
HSL color Cylindrical-coordinate representation of color #A42D13: hue angle of 10.76º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A42D13 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 19 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.36 |
| HSL | 10.76º | 0.79% | 0.36% | - |
| HSV(B) | 10.76º | 0.88% | 0.64% | - |
| XYZ | 16.37 | 9.82 | 1.65 | - |
| YUV | 77.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 19 | 0 | 0.73 | 0.88 | 0.36 | 10.76 | 0.79 | 0.36 |
| Hex | A4 | 2D | 13 | 0 | 49 | 58 | 24 | B | 4F | 24 |
| Octal | 244 | 55 | 23 | 0 | 111 | 130 | 44 | 13 | 117 | 44 |
| Binary | 10100100 | 101101 | 10011 | 0 | 1001001 | 1011000 | 100100 | 1011 | 1001111 | 100100 |
Color Harmonies of #A42D13
Complementary color
Monochromatic Colors of #A42D13
Black with #A42D13
Text Example
Text Example
White with #A42D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D13; }
p { color: rgb(164,45,19); }
H1.HeaderClassName
{
color: #A42D13;
}
.AnyTagClassName
{
color: #A42D13;
}
</style>
background-color css
<style>
a { background-color: #A42D13; }
a { background-color: rgb(164,45,19); }
div.DivClassName
{
background-color: #A42D13;
}
.BgClassName
{
background-color: #A42D13;
}
</style>
border-color css
<style>
span { border-color: #A42D13; }
span { border-color: rgb(164,45,19); }
td.TdClassName
{
border-color: #A42D13;
}
.TagClassName
{
border-color: #A42D13;
}
</style>