#A5825D

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

Shades of Sorrell Brown #A5825D

Tints of Sorrell Brown #A5825D

Color information

#A5825D (or 0xA5825D) is unknown color: approx Sorrell Brown. HEX triplet: A5, 82 and 5D. RGB value is (165,130,93). Sum of RGB (Red+Green+Blue) = 165+130+93=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5825D is #5A7DA2. Grayscale: #888888. Windows color (decimal): -5930403 or 6128293. OLE color: 6128293.

HSL color Cylindrical-coordinate representation of color #A5825D: hue angle of 30.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5825D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16513093-
CMYK00.210.440.35
HSL30.83º28.57%50.59%-
HSV(B)30.83º43.64%64.71%-
XYZ25.4824.7513.79-
YUV136.25103.6148.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=42.53%
G=33.51%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651309300.210.440.3530.8328.5750.59
HexA5825D0152C231f1d33
Octal2452021350255443373563
Binary101001011000001010111010101011011001000111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5825D; }

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

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

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

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

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

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

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

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