#A5835F

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

Shades of Sorrell Brown #A5835F

Tints of Sorrell Brown #A5835F

Color information

#A5835F (or 0xA5835F) is unknown color: approx Sorrell Brown. HEX triplet: A5, 83 and 5F. RGB value is (165,131,95). Sum of RGB (Red+Green+Blue) = 165+131+95=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5835F is #5A7CA0. Grayscale: #898989. Windows color (decimal): -5930145 or 6259621. OLE color: 6259621.

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

Color convert

RGB16513195-
CMYK00.210.420.35
HSL30.86º28%50.98%-
HSV(B)30.86º42.42%64.71%-
XYZ25.725.0614.31-
YUV137.06104.26147.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=42.20%
G=33.50%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651319500.210.420.3530.862850.98
HexA5835F0152A231f1c33
Octal2452031370255243373463
Binary101001011000001110111110101011010101000111111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5835F; }

 p { color: rgb(165,131,95); }

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

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

 a { background-color: rgb(165,131,95); }

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

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

 span { border-color: rgb(165,131,95); }

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