#A3855C

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

Shades of Sorrell Brown #A3855C

Tints of Sorrell Brown #A3855C

Color information

#A3855C (or 0xA3855C) is unknown color: approx Sorrell Brown. HEX triplet: A3, 85 and 5C. RGB value is (163,133,92). Sum of RGB (Red+Green+Blue) = 163+133+92=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A3855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3855C is #5C7AA3. Grayscale: #898989. Windows color (decimal): -6060708 or 6063523. OLE color: 6063523.

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

Color convert

RGB16313392-
CMYK00.180.440.36
HSL34.65º27.84%50%-
HSV(B)34.65º43.56%63.92%-
XYZ25.4225.3313.68-
YUV137.3102.44146.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=42.01%
G=34.28%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631339200.180.440.3634.6527.8450
HexA3855C0122C24231c32
Octal2432051340225444433462
Binary1010001110000101101110001001010110010010010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3855C; }

 p { color: rgb(163,133,92); }

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

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

 a { background-color: rgb(163,133,92); }

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

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

 span { border-color: rgb(163,133,92); }

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