Html Css Color HEX #A5845E Sorrell Brown

📋 copy color: '#A5845E'

red 165 ◦ green 132 ◦ blue 94

#A5845E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorrell Brown #A5845E

Tints of Sorrell Brown #A5845E

RGB

 RED value IS 165 (64.84% from 255) = 42.2%

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 42.2%
G = 33.76%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5845E (or 0xA5845E) is known color: Sorrell Brown. HEX triplet: A5, 84 and 5E. RGB value is (165,132,94). Sum of RGB (Red+Green+Blue) = 165+132+94=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5845E is #5A7BA1. Grayscale: #898989. Windows color (decimal): -5929890 or 6194341. OLE color: 6194341.

HSL color Cylindrical-coordinate representation of color #A5845E: hue angle of 32.11º 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 #A5845E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 94 -
CMYK 0 0.20 0.43 0.35
HSL 32.11º 0.28% 0.51% -
HSV(B) 32.11º 0.43% 0.65% -
XYZ 25.79 25.31 14.12 -
YUV 137.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 165 132 94 0 0.20 0.43 0.35 32.11 0.28 0.51
Hex A5 84 5E 0 14 2B 23 20 1C 33
Octal 245 204 136 0 24 53 43 40 34 63
Binary 10100101 10000100 1011110 0 10100 101011 100011 100000 11100 110011

Color Harmonies of #A5845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5845E

Black with #A5845E

Text Example


Text Example

White with #A5845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5845E; }

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

 H1.HeaderClassName
 {
   color: #A5845E;
 }
 .AnyTagClassName
 {
   color: #A5845E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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