#A5815B

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

Shades of Sorrell Brown #A5815B

Tints of Sorrell Brown #A5815B

Color information

#A5815B (or 0xA5815B) is unknown color: approx Sorrell Brown. HEX triplet: A5, 81 and 5B. RGB value is (165,129,91). Sum of RGB (Red+Green+Blue) = 165+129+91=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5815B is #5A7EA4. Grayscale: #878787. Windows color (decimal): -5930661 or 5996965. OLE color: 5996965.

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

Color convert

RGB16512991-
CMYK00.220.450.35
HSL30.81º29.13%50.2%-
HSV(B)30.81º44.85%64.71%-
XYZ25.2624.4613.29-
YUV135.43102.93149.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=42.86%
G=33.51%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651299100.220.450.3530.8129.1350.2
HexA5815B0162D231f1d32
Octal2452011330265543373562
Binary101001011000000110110110101101011011000111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5815B; }

 p { color: rgb(165,129,91); }

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

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

 a { background-color: rgb(165,129,91); }

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

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

 span { border-color: rgb(165,129,91); }

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