#A5845B

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

Shades of Sorrell Brown #A5845B

Tints of Sorrell Brown #A5845B

Color information

#A5845B (or 0xA5845B) is unknown color: approx Sorrell Brown. HEX triplet: A5, 84 and 5B. RGB value is (165,132,91). Sum of RGB (Red+Green+Blue) = 165+132+91=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5845B is #5A7BA4. Grayscale: #898989. Windows color (decimal): -5929893 or 5997733. OLE color: 5997733.

HSL color Cylindrical-coordinate representation of color #A5845B: hue angle of 33.24º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5845B is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16513291-
CMYK00.200.450.35
HSL33.24º29.13%50.2%-
HSV(B)33.24º44.85%64.71%-
XYZ25.6625.2613.42-
YUV137.19101.93147.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=42.53%
G=34.02%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651329100.200.450.3533.2429.1350.2
HexA5845B0142D23211d32
Octal2452041330245543413562
Binary1010010110000100101101101010010110110001110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5845B; }

 p { color: rgb(165,132,91); }

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

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

 a { background-color: rgb(165,132,91); }

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

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

 span { border-color: rgb(165,132,91); }

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