Html Css Color HEX #A37F50 Muesli

📋 copy color: '#A37F50'

red 163 ◦ green 127 ◦ blue 80

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

Shades of Muesli #A37F50

Tints of Muesli #A37F50

RGB

 RED value IS 163 (64.06% from 255) = 44.05%

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

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 44.05%
G = 34.32%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A37F50 (or 0xA37F50) is known color: Muesli. HEX triplet: A3, 7F and 50. RGB value is (163,127,80). Sum of RGB (Red+Green+Blue) = 163+127+80=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F50 is #5C80AF. Grayscale: #848484. Windows color (decimal): -6062256 or 5275555. OLE color: 5275555.

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

Color convert

RGB 163 127 80 -
CMYK 0 0.22 0.51 0.36
HSL 33.98º 0.34% 0.48% -
HSV(B) 33.98º 0.51% 0.64% -
XYZ 24.14 23.54 10.86 -
YUV 132.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 163 127 80 0 0.22 0.51 0.36 33.98 0.34 0.48
Hex A3 7F 50 0 16 33 24 22 22 30
Octal 243 177 120 0 26 63 44 42 42 60
Binary 10100011 1111111 1010000 0 10110 110011 100100 100010 100010 110000

Color Harmonies of #A37F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F50

Black with #A37F50

Text Example


Text Example

White with #A37F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F50; }

 p { color: rgb(163,127,80); }

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

background-color css

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

 a { background-color: rgb(163,127,80); }

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

border-color css

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

 span { border-color: rgb(163,127,80); }

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