#A5825E

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

Shades of Sorrell Brown #A5825E

Tints of Sorrell Brown #A5825E

Color information

#A5825E (or 0xA5825E) is unknown color: approx Sorrell Brown. HEX triplet: A5, 82 and 5E. RGB value is (165,130,94). Sum of RGB (Red+Green+Blue) = 165+130+94=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5825E is #5A7DA1. Grayscale: #888888. Windows color (decimal): -5930402 or 6193829. OLE color: 6193829.

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

Color convert

RGB16513094-
CMYK00.210.430.35
HSL30.42º28.29%50.78%-
HSV(B)30.42º43.03%64.71%-
XYZ25.5224.7714.03-
YUV136.36104.1148.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=42.42%
G=33.42%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651309400.210.430.3530.4228.2950.78
HexA5825E0152B231e1c33
Octal2452021360255343363463
Binary101001011000001010111100101011010111000111111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5825E; }

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

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

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

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

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

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

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

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