#A3805D

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

Shades of Sorrell Brown #A3805D

Tints of Sorrell Brown #A3805D

Color information

#A3805D (or 0xA3805D) is unknown color: approx Sorrell Brown. HEX triplet: A3, 80 and 5D. RGB value is (163,128,93). Sum of RGB (Red+Green+Blue) = 163+128+93=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A3805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3805D is #5C7FA2. Grayscale: #868686. Windows color (decimal): -6061987 or 6127779. OLE color: 6127779.

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

Color convert

RGB16312893-
CMYK00.210.430.36
HSL30º27.56%50.2%-
HSV(B)30º42.94%63.92%-
XYZ24.824.0213.68-
YUV134.48104.6148.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=42.45%
G=33.33%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631289300.210.430.363027.5650.2
HexA3805D0152B241e1c32
Octal2432001350255344363462
Binary101000111000000010111010101011010111001001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3805D; }

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

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

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

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

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

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

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

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