#A47F5C

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

Shades of Sorrell Brown #A47F5C

Tints of Sorrell Brown #A47F5C

Color information

#A47F5C (or 0xA47F5C) is unknown color: approx Sorrell Brown. HEX triplet: A4, 7F and 5C. RGB value is (164,127,92). Sum of RGB (Red+Green+Blue) = 164+127+92=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F5C is #5B80A3. Grayscale: #868686. Windows color (decimal): -5996708 or 6061988. OLE color: 6061988.

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

Color convert

RGB16412792-
CMYK00.230.440.36
HSL29.17º28.35%50.2%-
HSV(B)29.17º43.9%64.31%-
XYZ24.8323.8413.42-
YUV134.07104.26149.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=42.82%
G=33.16%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641279200.230.440.3629.1728.3550.2
HexA47F5C0172C241d1c32
Octal2441771340275444353462
Binary10100100111111110111000101111011001001001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F5C; }

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

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

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

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

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

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

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

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