#A08361

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

Shades of Sorrell Brown #A08361

Tints of Sorrell Brown #A08361

Color information

#A08361 (or 0xA08361) is unknown color: approx Sorrell Brown. HEX triplet: A0, 83 and 61. RGB value is (160,131,97). Sum of RGB (Red+Green+Blue) = 160+131+97=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A08361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08361 is #5F7C9E. Grayscale: #878787. Windows color (decimal): -6257823 or 6390688. OLE color: 6390688.

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

Color convert

RGB16013197-
CMYK00.180.390.37
HSL32.38º24.9%50.39%-
HSV(B)32.38º39.38%62.75%-
XYZ24.7724.5714.75-
YUV135.79106.11145.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 97 (38.28% from 255) = 25%
R=41.24%
G=33.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601319700.180.390.3732.3824.950.39
HexA083610122725201932
Octal2402031410224745403162
Binary1010000010000011110000101001010011110010110000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08361; }

 p { color: rgb(160,131,97); }

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

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

 a { background-color: rgb(160,131,97); }

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

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

 span { border-color: rgb(160,131,97); }

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