#A3825E

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

Shades of Sorrell Brown #A3825E

Tints of Sorrell Brown #A3825E

Color information

#A3825E (or 0xA3825E) is unknown color: approx Sorrell Brown. HEX triplet: A3, 82 and 5E. RGB value is (163,130,94). Sum of RGB (Red+Green+Blue) = 163+130+94=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3825E is #5C7DA1. Grayscale: #878787. Windows color (decimal): -6061474 or 6193827. OLE color: 6193827.

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

Color convert

RGB16313094-
CMYK00.200.420.36
HSL31.3º27.27%50.39%-
HSV(B)31.3º42.33%63.92%-
XYZ25.1124.5614.01-
YUV135.76104.43147.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=42.12%
G=33.59%
B=24.29%

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
Decimal1631309400.200.420.3631.327.2750.39
HexA3825E0142A241f1b32
Octal2432021360245244373362
Binary101000111000001010111100101001010101001001111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3825E; }

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

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

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

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

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

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

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

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