#A5855E

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

Shades of Sorrell Brown #A5855E

Tints of Sorrell Brown #A5855E

Color information

#A5855E (or 0xA5855E) is unknown color: approx Sorrell Brown. HEX triplet: A5, 85 and 5E. RGB value is (165,133,94). Sum of RGB (Red+Green+Blue) = 165+133+94=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5855E is #5A7AA1. Grayscale: #8A8A8A. Windows color (decimal): -5929634 or 6194597. OLE color: 6194597.

HSL color Cylindrical-coordinate representation of color #A5855E: hue angle of 32.96º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5855E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16513394-
CMYK00.190.430.35
HSL32.96º28.29%50.78%-
HSV(B)32.96º43.03%64.71%-
XYZ25.9225.5814.16-
YUV138.12103.1147.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=42.09%
G=33.93%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651339400.190.430.3532.9628.2950.78
HexA5855E0132B23211c33
Octal2452051360235343413463
Binary1010010110000101101111001001110101110001110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5855E; }

 p { color: rgb(165,133,94); }

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

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

 a { background-color: rgb(165,133,94); }

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

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

 span { border-color: rgb(165,133,94); }

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