Html Css Color HEX #A47F5C Sorrell Brown

📋 copy color: '#A47F5C'

red 164 ◦ green 127 ◦ blue 92

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

Shades of Sorrell Brown #A47F5C

Tints of Sorrell Brown #A47F5C

RGB

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

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

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

R = 42.82%
G = 33.16%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A47F5C (or 0xA47F5C) is known color: Sorrell Brown. HEX triplet: A4, 7F and 5C. RGB value is (164,127,92). Sum of RGB (Red+Green+Blue) = 164+127+92=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F5C is #5B80A3. Grayscale: #868686. Windows color (decimal): -5996708 or 6061988. OLE color: 6061988.

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

Color convert

RGB 164 127 92 -
CMYK 0 0.23 0.44 0.36
HSL 29.17º 0.28% 0.5% -
HSV(B) 29.17º 0.44% 0.64% -
XYZ 24.83 23.84 13.42 -
YUV 134.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 164 127 92 0 0.23 0.44 0.36 29.17 0.28 0.5
Hex A4 7F 5C 0 17 2C 24 1D 1C 32
Octal 244 177 134 0 27 54 44 35 34 62
Binary 10100100 1111111 1011100 0 10111 101100 100100 11101 11100 110010

Color Harmonies of #A47F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F5C

Black with #A47F5C

Text Example


Text Example

White with #A47F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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