#A5805B

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

Shades of Sorrell Brown #A5805B

Tints of Sorrell Brown #A5805B

Color information

#A5805B (or 0xA5805B) is unknown color: approx Sorrell Brown. HEX triplet: A5, 80 and 5B. RGB value is (165,128,91). Sum of RGB (Red+Green+Blue) = 165+128+91=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A5805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5805B is #5A7FA4. Grayscale: #878787. Windows color (decimal): -5930917 or 5996709. OLE color: 5996709.

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

Color convert

RGB16512891-
CMYK00.220.450.35
HSL30º29.13%50.2%-
HSV(B)30º44.85%64.71%-
XYZ25.1224.1913.24-
YUV134.84103.26149.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=42.97%
G=33.33%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651289100.220.450.353029.1350.2
HexA5805B0162D231e1d32
Octal2452001330265543363562
Binary101001011000000010110110101101011011000111111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5805B; }

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

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

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

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

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

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

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

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