#A4845F

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

Shades of Sorrell Brown #A4845F

Tints of Sorrell Brown #A4845F

Color information

#A4845F (or 0xA4845F) is unknown color: approx Sorrell Brown. HEX triplet: A4, 84 and 5F. RGB value is (164,132,95). Sum of RGB (Red+Green+Blue) = 164+132+95=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4845F is #5B7BA0. Grayscale: #898989. Windows color (decimal): -5995425 or 6259876. OLE color: 6259876.

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

Color convert

RGB16413295-
CMYK00.200.420.36
HSL32.17º27.49%50.78%-
HSV(B)32.17º42.07%64.31%-
XYZ25.6325.2214.34-
YUV137.35104.1147.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=41.94%
G=33.76%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641329500.200.420.3632.1727.4950.78
HexA4845F0142A24201b33
Octal2442041370245244403363
Binary1010010010000100101111101010010101010010010000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4845F; }

 p { color: rgb(164,132,95); }

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

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

 a { background-color: rgb(164,132,95); }

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

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

 span { border-color: rgb(164,132,95); }

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