#A0795D

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

Shades of Sorrell Brown #A0795D

Tints of Sorrell Brown #A0795D

Color information

#A0795D (or 0xA0795D) is unknown color: approx Sorrell Brown. HEX triplet: A0, 79 and 5D. RGB value is (160,121,93). Sum of RGB (Red+Green+Blue) = 160+121+93=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0795D is #5F86A2. Grayscale: #818181. Windows color (decimal): -6260387 or 6125984. OLE color: 6125984.

HSL color Cylindrical-coordinate representation of color #A0795D: hue angle of 25.07º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0795D is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB16012193-
CMYK00.240.420.37
HSL25.07º26.48%49.61%-
HSV(B)25.07º41.87%62.75%-
XYZ23.3121.9413.36-
YUV129.47107.42149.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=42.78%
G=32.35%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601219300.240.420.3725.0726.4849.61
HexA0795D0182A25191a32
Octal2401711350305245313262
Binary10100000111100110111010110001010101001011100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0795D; }

 p { color: rgb(160,121,93); }

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

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

 a { background-color: rgb(160,121,93); }

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

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

 span { border-color: rgb(160,121,93); }

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