Shades of Sorrell Brown #A47958
Tints of Sorrell Brown #A47958
RGB
CMYK
RGB Variations
Color information
#A47958 (or 0xA47958) is known color: Sorrell Brown. HEX triplet: A4, 79 and 58. RGB value is (164,121,88). Sum of RGB (Red+Green+Blue) = 164+121+88=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A47958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47958 is #5B86A7. Grayscale: #828282. Windows color (decimal): -5998248 or 5798308. OLE color: 5798308.
HSL color Cylindrical-coordinate representation of color #A47958: hue angle of 26.05º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47958 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 121 | 88 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.36 |
| HSL | 26.05º | 0.3% | 0.49% | - |
| HSV(B) | 26.05º | 0.46% | 0.64% | - |
| XYZ | 23.91 | 22.27 | 12.27 | - |
| YUV | 130.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 121 | 88 | 0 | 0.26 | 0.46 | 0.36 | 26.05 | 0.3 | 0.49 |
| Hex | A4 | 79 | 58 | 0 | 1A | 2E | 24 | 1A | 1E | 31 |
| Octal | 244 | 171 | 130 | 0 | 32 | 56 | 44 | 32 | 36 | 61 |
| Binary | 10100100 | 1111001 | 1011000 | 0 | 11010 | 101110 | 100100 | 11010 | 11110 | 110001 |
Color Harmonies of #A47958
Complementary color
Monochromatic Colors of #A47958
Black with #A47958
Text Example
Text Example
White with #A47958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47958; }
p { color: rgb(164,121,88); }
H1.HeaderClassName
{
color: #A47958;
}
.AnyTagClassName
{
color: #A47958;
}
</style>
background-color css
<style>
a { background-color: #A47958; }
a { background-color: rgb(164,121,88); }
div.DivClassName
{
background-color: #A47958;
}
.BgClassName
{
background-color: #A47958;
}
</style>
border-color css
<style>
span { border-color: #A47958; }
span { border-color: rgb(164,121,88); }
td.TdClassName
{
border-color: #A47958;
}
.TagClassName
{
border-color: #A47958;
}
</style>