Html Css Color HEX #A5835D Sorrell Brown

📋 copy color: '#A5835D'

red 165 ◦ green 131 ◦ blue 93

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

Shades of Sorrell Brown #A5835D

Tints of Sorrell Brown #A5835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 42.42%
G = 33.68%
B = 23.91%

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

#A5835D (or 0xA5835D) is known color: Sorrell Brown. HEX triplet: A5, 83 and 5D. RGB value is (165,131,93). Sum of RGB (Red+Green+Blue) = 165+131+93=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5835D is #5A7CA2. Grayscale: #898989. Windows color (decimal): -5930147 or 6128549. OLE color: 6128549.

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

Color convert

RGB 165 131 93 -
CMYK 0 0.21 0.44 0.35
HSL 31.67º 0.29% 0.51% -
HSV(B) 31.67º 0.44% 0.65% -
XYZ 25.61 25.02 13.84 -
YUV 136.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 165 131 93 0 0.21 0.44 0.35 31.67 0.29 0.51
Hex A5 83 5D 0 15 2C 23 20 1D 33
Octal 245 203 135 0 25 54 43 40 35 63
Binary 10100101 10000011 1011101 0 10101 101100 100011 100000 11101 110011

Color Harmonies of #A5835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5835D

Black with #A5835D

Text Example


Text Example

White with #A5835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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