#A48360

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

Shades of Sorrell Brown #A48360

Tints of Sorrell Brown #A48360

Color information

#A48360 (or 0xA48360) is unknown color: approx Sorrell Brown. HEX triplet: A4, 83 and 60. RGB value is (164,131,96). Sum of RGB (Red+Green+Blue) = 164+131+96=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A48360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48360 is #5B7C9F. Grayscale: #898989. Windows color (decimal): -5995680 or 6325156. OLE color: 6325156.

HSL color Cylindrical-coordinate representation of color #A48360: hue angle of 30.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A48360 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16413196-
CMYK00.200.410.36
HSL30.88º27.2%50.98%-
HSV(B)30.88º41.46%64.31%-
XYZ25.5424.9714.54-
YUV136.88104.93147.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=41.94%
G=33.50%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641319600.200.410.3630.8827.250.98
HexA4836001429241f1b33
Octal2442031400245144373363
Binary101001001000001111000000101001010011001001111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48360; }

 p { color: rgb(164,131,96); }

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

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

 a { background-color: rgb(164,131,96); }

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

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

 span { border-color: rgb(164,131,96); }

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