Html Css Color HEX #A5855E Sorrell Brown

📋 copy color: '#A5855E'

red 165 ◦ green 133 ◦ blue 94

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

Shades of Sorrell Brown #A5855E

Tints of Sorrell Brown #A5855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 42.09%
G = 33.93%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5855E (or 0xA5855E) is known color: Sorrell Brown. HEX triplet: A5, 85 and 5E. RGB value is (165,133,94). Sum of RGB (Red+Green+Blue) = 165+133+94=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5855E is #5A7AA1. Grayscale: #8A8A8A. Windows color (decimal): -5929634 or 6194597. OLE color: 6194597.

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

Color convert

RGB 165 133 94 -
CMYK 0 0.19 0.43 0.35
HSL 32.96º 0.28% 0.51% -
HSV(B) 32.96º 0.43% 0.65% -
XYZ 25.92 25.58 14.16 -
YUV 138.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 165 133 94 0 0.19 0.43 0.35 32.96 0.28 0.51
Hex A5 85 5E 0 13 2B 23 21 1C 33
Octal 245 205 136 0 23 53 43 41 34 63
Binary 10100101 10000101 1011110 0 10011 101011 100011 100001 11100 110011

Color Harmonies of #A5855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5855E

Black with #A5855E

Text Example


Text Example

White with #A5855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5855E; }

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

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

background-color css

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

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

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

border-color css

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

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

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