Shades of Pale Brown #A4754B
Tints of Pale Brown #A4754B
RGB
CMYK
RGB Variations
Color information
#A4754B (or 0xA4754B) is known color: Pale Brown. HEX triplet: A4, 75 and 4B. RGB value is (164,117,75). Sum of RGB (Red+Green+Blue) = 164+117+75=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4754B is #5B8AB4. Grayscale: #7E7E7E. Windows color (decimal): -5999285 or 4945316. OLE color: 4945316.
HSL color Cylindrical-coordinate representation of color #A4754B: hue angle of 28.31º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4754B is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 75 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.36 |
| HSL | 28.31º | 0.37% | 0.47% | - |
| HSV(B) | 28.31º | 0.54% | 0.64% | - |
| XYZ | 22.94 | 21.12 | 9.52 | - |
| YUV | 126.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 75 | 0 | 0.29 | 0.54 | 0.36 | 28.31 | 0.37 | 0.47 |
| Hex | A4 | 75 | 4B | 0 | 1D | 36 | 24 | 1C | 25 | 2F |
| Octal | 244 | 165 | 113 | 0 | 35 | 66 | 44 | 34 | 45 | 57 |
| Binary | 10100100 | 1110101 | 1001011 | 0 | 11101 | 110110 | 100100 | 11100 | 100101 | 101111 |
Color Harmonies of #A4754B
Complementary color
Monochromatic Colors of #A4754B
Black with #A4754B
Text Example
Text Example
White with #A4754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4754B; }
p { color: rgb(164,117,75); }
H1.HeaderClassName
{
color: #A4754B;
}
.AnyTagClassName
{
color: #A4754B;
}
</style>
background-color css
<style>
a { background-color: #A4754B; }
a { background-color: rgb(164,117,75); }
div.DivClassName
{
background-color: #A4754B;
}
.BgClassName
{
background-color: #A4754B;
}
</style>
border-color css
<style>
span { border-color: #A4754B; }
span { border-color: rgb(164,117,75); }
td.TdClassName
{
border-color: #A4754B;
}
.TagClassName
{
border-color: #A4754B;
}
</style>