Shades of Golden Brown #A4540E
Tints of Golden Brown #A4540E
RGB
CMYK
RGB Variations
Color information
#A4540E (or 0xA4540E) is known color: Golden Brown. HEX triplet: A4, 54 and 0E. RGB value is (164,84,14). Sum of RGB (Red+Green+Blue) = 164+84+14=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4540E is #5BABF1. Grayscale: #646464. Windows color (decimal): -6007794 or 939172. OLE color: 939172.
HSL color Cylindrical-coordinate representation of color #A4540E: hue angle of 28º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4540E is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 14 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.36 |
| HSL | 28º | 0.84% | 0.35% | - |
| HSV(B) | 28º | 0.91% | 0.64% | - |
| XYZ | 18.56 | 14.26 | 2.19 | - |
| YUV | 99.94 | 79.5 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 14 | 0 | 0.49 | 0.91 | 0.36 | 28 | 0.84 | 0.35 |
| Hex | A4 | 54 | E | 0 | 31 | 5B | 24 | 1C | 54 | 23 |
| Octal | 244 | 124 | 16 | 0 | 61 | 133 | 44 | 34 | 124 | 43 |
| Binary | 10100100 | 1010100 | 1110 | 0 | 110001 | 1011011 | 100100 | 11100 | 1010100 | 100011 |
Color Harmonies of #A4540E
Complementary color
Monochromatic Colors of #A4540E
Black with #A4540E
Text Example
Text Example
White with #A4540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4540E; }
p { color: rgb(164,84,14); }
H1.HeaderClassName
{
color: #A4540E;
}
.AnyTagClassName
{
color: #A4540E;
}
</style>
background-color css
<style>
a { background-color: #A4540E; }
a { background-color: rgb(164,84,14); }
div.DivClassName
{
background-color: #A4540E;
}
.BgClassName
{
background-color: #A4540E;
}
</style>
border-color css
<style>
span { border-color: #A4540E; }
span { border-color: rgb(164,84,14); }
td.TdClassName
{
border-color: #A4540E;
}
.TagClassName
{
border-color: #A4540E;
}
</style>