#A3805B

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

Shades of Sorrell Brown #A3805B

Tints of Sorrell Brown #A3805B

Color information

#A3805B (or 0xA3805B) is unknown color: approx Sorrell Brown. HEX triplet: A3, 80 and 5B. RGB value is (163,128,91). Sum of RGB (Red+Green+Blue) = 163+128+91=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A3805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3805B is #5C7FA4. Grayscale: #868686. Windows color (decimal): -6061989 or 5996707. OLE color: 5996707.

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

Color convert

RGB16312891-
CMYK00.210.440.36
HSL30.83º28.35%49.8%-
HSV(B)30.83º44.17%63.92%-
XYZ24.7123.9813.22-
YUV134.25103.6148.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=42.67%
G=33.51%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631289100.210.440.3630.8328.3549.8
HexA3805B0152C241f1c32
Octal2432001330255444373462
Binary101000111000000010110110101011011001001001111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3805B; }

 p { color: rgb(163,128,91); }

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

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

 a { background-color: rgb(163,128,91); }

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

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

 span { border-color: rgb(163,128,91); }

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