#A5825C

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

Shades of Sorrell Brown #A5825C

Tints of Sorrell Brown #A5825C

Color information

#A5825C (or 0xA5825C) is unknown color: approx Sorrell Brown. HEX triplet: A5, 82 and 5C. RGB value is (165,130,92). Sum of RGB (Red+Green+Blue) = 165+130+92=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5825C is #5A7DA3. Grayscale: #888888. Windows color (decimal): -5930404 or 6062757. OLE color: 6062757.

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

Color convert

RGB16513092-
CMYK00.210.440.35
HSL31.23º28.85%50.39%-
HSV(B)31.23º44.24%64.71%-
XYZ25.4324.7413.56-
YUV136.13103.1148.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=42.64%
G=33.59%
B=23.77%

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
Decimal1651309200.210.440.3531.2328.8550.39
HexA5825C0152C231f1d32
Octal2452021340255443373562
Binary101001011000001010111000101011011001000111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5825C; }

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

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

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

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

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

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

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

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