#A4855D

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

Shades of Sorrell Brown #A4855D

Tints of Sorrell Brown #A4855D

Color information

#A4855D (or 0xA4855D) is unknown color: approx Sorrell Brown. HEX triplet: A4, 85 and 5D. RGB value is (164,133,93). Sum of RGB (Red+Green+Blue) = 164+133+93=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4855D is #5B7AA2. Grayscale: #898989. Windows color (decimal): -5995171 or 6129060. OLE color: 6129060.

HSL color Cylindrical-coordinate representation of color #A4855D: hue angle of 33.8º 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 #A4855D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16413393-
CMYK00.190.430.36
HSL33.8º28.06%50.39%-
HSV(B)33.8º43.29%64.31%-
XYZ25.6725.4613.92-
YUV137.71102.77146.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=42.05%
G=34.10%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641339300.190.430.3633.828.0650.39
HexA4855D0132B24221c32
Octal2442051350235344423462
Binary1010010010000101101110101001110101110010010001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4855D; }

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

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

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

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

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

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

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

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