Html Css Color HEX #A5835E Sorrell Brown

📋 copy color: '#A5835E'

red 165 ◦ green 131 ◦ blue 94

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

Shades of Sorrell Brown #A5835E

Tints of Sorrell Brown #A5835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

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

R = 42.31%
G = 33.59%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5835E (or 0xA5835E) is known color: Sorrell Brown. HEX triplet: A5, 83 and 5E. RGB value is (165,131,94). Sum of RGB (Red+Green+Blue) = 165+131+94=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5835E is #5A7CA1. Grayscale: #898989. Windows color (decimal): -5930146 or 6194085. OLE color: 6194085.

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

Color convert

RGB 165 131 94 -
CMYK 0 0.21 0.43 0.35
HSL 31.27º 0.28% 0.51% -
HSV(B) 31.27º 0.43% 0.65% -
XYZ 25.65 25.04 14.07 -
YUV 136.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 165 131 94 0 0.21 0.43 0.35 31.27 0.28 0.51
Hex A5 83 5E 0 15 2B 23 1F 1C 33
Octal 245 203 136 0 25 53 43 37 34 63
Binary 10100101 10000011 1011110 0 10101 101011 100011 11111 11100 110011

Color Harmonies of #A5835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5835E

Black with #A5835E

Text Example


Text Example

White with #A5835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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