Html Css Color HEX #A5835C Sorrell Brown

📋 copy color: '#A5835C'

red 165 ◦ green 131 ◦ blue 92

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

Shades of Sorrell Brown #A5835C

Tints of Sorrell Brown #A5835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 42.53%
G = 33.76%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5835C (or 0xA5835C) is known color: Sorrell Brown. HEX triplet: A5, 83 and 5C. RGB value is (165,131,92). Sum of RGB (Red+Green+Blue) = 165+131+92=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5835C is #5A7CA3. Grayscale: #888888. Windows color (decimal): -5930148 or 6063013. OLE color: 6063013.

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

Color convert

RGB 165 131 92 -
CMYK 0 0.21 0.44 0.35
HSL 32.05º 0.29% 0.5% -
HSV(B) 32.05º 0.44% 0.65% -
XYZ 25.57 25 13.6 -
YUV 136.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 165 131 92 0 0.21 0.44 0.35 32.05 0.29 0.5
Hex A5 83 5C 0 15 2C 23 20 1D 32
Octal 245 203 134 0 25 54 43 40 35 62
Binary 10100101 10000011 1011100 0 10101 101100 100011 100000 11101 110010

Color Harmonies of #A5835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5835C

Black with #A5835C

Text Example


Text Example

White with #A5835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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