Html Css Color HEX #A4805D Sorrell Brown

📋 copy color: '#A4805D'

red 164 ◦ green 128 ◦ blue 93

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

Shades of Sorrell Brown #A4805D

Tints of Sorrell Brown #A4805D

RGB

 RED value IS 164 (64.45% from 255) = 42.6%

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 42.6%
G = 33.25%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4805D (or 0xA4805D) is known color: Sorrell Brown. HEX triplet: A4, 80 and 5D. RGB value is (164,128,93). Sum of RGB (Red+Green+Blue) = 164+128+93=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4805D is #5B7FA2. Grayscale: #868686. Windows color (decimal): -5996451 or 6127780. OLE color: 6127780.

HSL color Cylindrical-coordinate representation of color #A4805D: hue angle of 29.58º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4805D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 93 -
CMYK 0 0.22 0.43 0.36
HSL 29.58º 0.28% 0.5% -
HSV(B) 29.58º 0.43% 0.64% -
XYZ 25 24.12 13.69 -
YUV 134.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 164 128 93 0 0.22 0.43 0.36 29.58 0.28 0.5
Hex A4 80 5D 0 16 2B 24 1E 1C 32
Octal 244 200 135 0 26 53 44 36 34 62
Binary 10100100 10000000 1011101 0 10110 101011 100100 11110 11100 110010

Color Harmonies of #A4805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4805D

Black with #A4805D

Text Example


Text Example

White with #A4805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4805D; }

 p { color: rgb(164,128,93); }

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

background-color css

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

 a { background-color: rgb(164,128,93); }

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

border-color css

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

 span { border-color: rgb(164,128,93); }

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