Html Css Color HEX #A1835D Sorrell Brown

📋 copy color: '#A1835D'

red 161 ◦ green 131 ◦ blue 93

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

Shades of Sorrell Brown #A1835D

Tints of Sorrell Brown #A1835D

RGB

 RED value IS 161 (63.28% from 255) = 41.82%

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

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

R = 41.82%
G = 34.03%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1835D (or 0xA1835D) is known color: Sorrell Brown. HEX triplet: A1, 83 and 5D. RGB value is (161,131,93). Sum of RGB (Red+Green+Blue) = 161+131+93=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1835D is #5E7CA2. Grayscale: #878787. Windows color (decimal): -6192291 or 6128545. OLE color: 6128545.

HSL color Cylindrical-coordinate representation of color #A1835D: hue angle of 33.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1835D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 93 -
CMYK 0 0.19 0.42 0.37
HSL 33.53º 0.27% 0.5% -
HSV(B) 33.53º 0.42% 0.63% -
XYZ 24.79 24.6 13.8 -
YUV 135.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 161 131 93 0 0.19 0.42 0.37 33.53 0.27 0.5
Hex A1 83 5D 0 13 2A 25 22 1B 32
Octal 241 203 135 0 23 52 45 42 33 62
Binary 10100001 10000011 1011101 0 10011 101010 100101 100010 11011 110010

Color Harmonies of #A1835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1835D

Black with #A1835D

Text Example


Text Example

White with #A1835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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