#A3825D

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

Shades of Sorrell Brown #A3825D

Tints of Sorrell Brown #A3825D

Color information

#A3825D (or 0xA3825D) is unknown color: approx Sorrell Brown. HEX triplet: A3, 82 and 5D. RGB value is (163,130,93). Sum of RGB (Red+Green+Blue) = 163+130+93=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3825D is #5C7DA2. Grayscale: #878787. Windows color (decimal): -6061475 or 6128291. OLE color: 6128291.

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

Color convert

RGB16313093-
CMYK00.200.430.36
HSL31.71º27.56%50.2%-
HSV(B)31.71º42.94%63.92%-
XYZ25.0624.5413.77-
YUV135.65103.93147.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=42.23%
G=33.68%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631309300.200.430.3631.7127.5650.2
HexA3825D0142B24201c32
Octal2432021350245344403462
Binary1010001110000010101110101010010101110010010000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3825D; }

 p { color: rgb(163,130,93); }

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

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

 a { background-color: rgb(163,130,93); }

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

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

 span { border-color: rgb(163,130,93); }

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