#A4805D

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

Shades of Sorrell Brown #A4805D

Tints of Sorrell Brown #A4805D

Color information

#A4805D (or 0xA4805D) is unknown color: approx Sorrell Brown. HEX triplet: A4, 80 and 5D. RGB value is (164,128,93). Sum of RGB (Red+Green+Blue) = 164+128+93=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4805D is #5B7FA2. Grayscale: #868686. Windows color (decimal): -5996451 or 6127780. OLE color: 6127780.

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

Color convert

RGB16412893-
CMYK00.220.430.36
HSL29.58º28.06%50.39%-
HSV(B)29.58º43.29%64.31%-
XYZ2524.1213.69-
YUV134.77104.43148.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=42.60%
G=33.25%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641289300.220.430.3629.5828.0650.39
HexA4805D0162B241e1c32
Octal2442001350265344363462
Binary101001001000000010111010101101010111001001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4805D; }

 p { color: rgb(164,128,93); }

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

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

 a { background-color: rgb(164,128,93); }

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

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

 span { border-color: rgb(164,128,93); }

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