#A3825B

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

Shades of Sorrell Brown #A3825B

Tints of Sorrell Brown #A3825B

Color information

#A3825B (or 0xA3825B) is unknown color: approx Sorrell Brown. HEX triplet: A3, 82 and 5B. RGB value is (163,130,91). Sum of RGB (Red+Green+Blue) = 163+130+91=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A3825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3825B is #5C7DA4. Grayscale: #878787. Windows color (decimal): -6061477 or 5997219. OLE color: 5997219.

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

Color convert

RGB16313091-
CMYK00.200.440.36
HSL32.5º28.35%49.8%-
HSV(B)32.5º44.17%63.92%-
XYZ24.9824.5113.31-
YUV135.42102.93147.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=42.45%
G=33.85%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631309100.200.440.3632.528.3549.8
HexA3825B0142C24211c32
Octal2432021330245444413462
Binary1010001110000010101101101010010110010010010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3825B; }

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

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

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

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

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

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

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

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