#A4825B

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

Shades of Sorrell Brown #A4825B

Tints of Sorrell Brown #A4825B

Color information

#A4825B (or 0xA4825B) is unknown color: approx Sorrell Brown. HEX triplet: A4, 82 and 5B. RGB value is (164,130,91). Sum of RGB (Red+Green+Blue) = 164+130+91=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4825B is #5B7DA4. Grayscale: #878787. Windows color (decimal): -5995941 or 5997220. OLE color: 5997220.

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

Color convert

RGB16413091-
CMYK00.210.450.36
HSL32.05º28.63%50%-
HSV(B)32.05º44.51%64.31%-
XYZ25.1824.6113.32-
YUV135.72102.76148.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=42.60%
G=33.77%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641309100.210.450.3632.0528.6350
HexA4825B0152D24201d32
Octal2442021330255544403562
Binary1010010010000010101101101010110110110010010000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4825B; }

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

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

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

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

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

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

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

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