Html Css Color HEX #A5845F Sorrell Brown

📋 copy color: '#A5845F'

red 165 ◦ green 132 ◦ blue 95

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

Shades of Sorrell Brown #A5845F

Tints of Sorrell Brown #A5845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 42.09%
G = 33.67%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5845F (or 0xA5845F) is known color: Sorrell Brown. HEX triplet: A5, 84 and 5F. RGB value is (165,132,95). Sum of RGB (Red+Green+Blue) = 165+132+95=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5845F is #5A7BA0. Grayscale: #898989. Windows color (decimal): -5929889 or 6259877. OLE color: 6259877.

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

Color convert

RGB 165 132 95 -
CMYK 0 0.20 0.42 0.35
HSL 31.71º 0.28% 0.51% -
HSV(B) 31.71º 0.42% 0.65% -
XYZ 25.83 25.33 14.35 -
YUV 137.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 165 132 95 0 0.20 0.42 0.35 31.71 0.28 0.51
Hex A5 84 5F 0 14 2A 23 20 1C 33
Octal 245 204 137 0 24 52 43 40 34 63
Binary 10100101 10000100 1011111 0 10100 101010 100011 100000 11100 110011

Color Harmonies of #A5845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5845F

Black with #A5845F

Text Example


Text Example

White with #A5845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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