#A47F5A

Color #A47F5A Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #A47F5A

Tints of Sorrell Brown #A47F5A

Color information

#A47F5A (or 0xA47F5A) is unknown color: approx Sorrell Brown. HEX triplet: A4, 7F and 5A. RGB value is (164,127,90). Sum of RGB (Red+Green+Blue) = 164+127+90=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F5A is #5B80A5. Grayscale: #868686. Windows color (decimal): -5996710 or 5930916. OLE color: 5930916.

HSL color Cylindrical-coordinate representation of color #A47F5A: hue angle of 30º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A47F5A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16412790-
CMYK00.230.450.36
HSL30º29.13%49.8%-
HSV(B)30º45.12%64.31%-
XYZ24.7423.8112.96-
YUV133.84103.26149.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=43.04%
G=33.33%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641279000.230.450.363029.1349.8
HexA47F5A0172D241e1d32
Octal2441771320275544363562
Binary10100100111111110110100101111011011001001111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F5A; }

 p { color: rgb(164,127,90); }

 H1.HeaderClassName
 {
   color: #A47F5A;
 }
 .AnyTagClassName
 {
   color: #A47F5A;
 }
</style>
background-color css

<style>
 a { background-color: #A47F5A; }

 a { background-color: rgb(164,127,90); }

 div.DivClassName
 {
   background-color: #A47F5A;
 }
 .BgClassName
 {
   background-color: #A47F5A;
 }
</style>
border-color css

<style>
 span { border-color: #A47F5A; }

 span { border-color: rgb(164,127,90); }

 td.TdClassName
 {
   border-color: #A47F5A;
 }
 .TagClassName
 {
   border-color: #A47F5A;
 }
</style>