#A47C5A

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

Shades of Sorrell Brown #A47C5A

Tints of Sorrell Brown #A47C5A

Color information

#A47C5A (or 0xA47C5A) is unknown color: approx Sorrell Brown. HEX triplet: A4, 7C and 5A. RGB value is (164,124,90). Sum of RGB (Red+Green+Blue) = 164+124+90=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C5A is #5B83A5. Grayscale: #848484. Windows color (decimal): -5997478 or 5930148. OLE color: 5930148.

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

Color convert

RGB16412490-
CMYK00.240.450.36
HSL27.57º29.13%49.8%-
HSV(B)27.57º45.12%64.31%-
XYZ24.3623.0512.84-
YUV132.08104.25150.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=43.39%
G=32.80%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641249000.240.450.3627.5729.1349.8
HexA47C5A0182D241c1d32
Octal2441741320305544343562
Binary10100100111110010110100110001011011001001110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C5A; }

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

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

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

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

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

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

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

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