#A4865D

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

Shades of Sorrell Brown #A4865D

Tints of Sorrell Brown #A4865D

Color information

#A4865D (or 0xA4865D) is unknown color: approx Sorrell Brown. HEX triplet: A4, 86 and 5D. RGB value is (164,134,93). Sum of RGB (Red+Green+Blue) = 164+134+93=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4865D is #5B79A2. Grayscale: #8A8A8A. Windows color (decimal): -5994915 or 6129316. OLE color: 6129316.

HSL color Cylindrical-coordinate representation of color #A4865D: hue angle of 34.65º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4865D is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16413493-
CMYK00.180.430.36
HSL34.65º28.06%50.39%-
HSV(B)34.65º43.29%64.31%-
XYZ25.8125.7313.96-
YUV138.3102.44146.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=41.94%
G=34.27%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641349300.180.430.3634.6528.0650.39
HexA4865D0122B24231c32
Octal2442061350225344433462
Binary1010010010000110101110101001010101110010010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4865D; }

 p { color: rgb(164,134,93); }

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

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

 a { background-color: rgb(164,134,93); }

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

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

 span { border-color: rgb(164,134,93); }

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