Html Css Color HEX #A47F5D Sorrell Brown

📋 copy color: '#A47F5D'

red 164 ◦ green 127 ◦ blue 93

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

Shades of Sorrell Brown #A47F5D

Tints of Sorrell Brown #A47F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

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

R = 42.71%
G = 33.07%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A47F5D (or 0xA47F5D) is known color: Sorrell Brown. HEX triplet: A4, 7F and 5D. RGB value is (164,127,93). Sum of RGB (Red+Green+Blue) = 164+127+93=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F5D is #5B80A2. Grayscale: #868686. Windows color (decimal): -5996707 or 6127524. OLE color: 6127524.

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

Color convert

RGB 164 127 93 -
CMYK 0 0.23 0.43 0.36
HSL 28.73º 0.28% 0.5% -
HSV(B) 28.73º 0.43% 0.64% -
XYZ 24.88 23.86 13.65 -
YUV 134.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 164 127 93 0 0.23 0.43 0.36 28.73 0.28 0.5
Hex A4 7F 5D 0 17 2B 24 1D 1C 32
Octal 244 177 135 0 27 53 44 35 34 62
Binary 10100100 1111111 1011101 0 10111 101011 100100 11101 11100 110010

Color Harmonies of #A47F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F5D

Black with #A47F5D

Text Example


Text Example

White with #A47F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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