#A47E5B

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

Shades of Sorrell Brown #A47E5B

Tints of Sorrell Brown #A47E5B

Color information

#A47E5B (or 0xA47E5B) is unknown color: approx Sorrell Brown. HEX triplet: A4, 7E and 5B. RGB value is (164,126,91). Sum of RGB (Red+Green+Blue) = 164+126+91=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E5B is #5B81A4. Grayscale: #858585. Windows color (decimal): -5996965 or 5996196. OLE color: 5996196.

HSL color Cylindrical-coordinate representation of color #A47E5B: hue angle of 28.77º 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 #A47E5B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16412691-
CMYK00.230.450.36
HSL28.77º28.63%50%-
HSV(B)28.77º44.51%64.31%-
XYZ24.6623.5713.15-
YUV133.37104.09149.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=43.04%
G=33.07%
B=23.88%

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
Decimal1641269100.230.450.3628.7728.6350
HexA47E5B0172D241d1d32
Octal2441761330275544353562
Binary10100100111111010110110101111011011001001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E5B; }

 p { color: rgb(164,126,91); }

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

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

 a { background-color: rgb(164,126,91); }

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

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

 span { border-color: rgb(164,126,91); }

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