#A5855C

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

Shades of Sorrell Brown #A5855C

Tints of Sorrell Brown #A5855C

Color information

#A5855C (or 0xA5855C) is unknown color: approx Sorrell Brown. HEX triplet: A5, 85 and 5C. RGB value is (165,133,92). Sum of RGB (Red+Green+Blue) = 165+133+92=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5855C is #5A7AA3. Grayscale: #8A8A8A. Windows color (decimal): -5929636 or 6063525. OLE color: 6063525.

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

Color convert

RGB16513392-
CMYK00.190.440.35
HSL33.7º28.85%50.39%-
HSV(B)33.7º44.24%64.71%-
XYZ25.8425.5513.69-
YUV137.89102.1147.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=42.31%
G=34.10%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651339200.190.440.3533.728.8550.39
HexA5855C0132C23221d32
Octal2452051340235443423562
Binary1010010110000101101110001001110110010001110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5855C; }

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

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

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

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

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

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

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

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