Html Css Color HEX #A37D4F Muesli

📋 copy color: '#A37D4F'

red 163 ◦ green 125 ◦ blue 79

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

Shades of Muesli #A37D4F

Tints of Muesli #A37D4F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 44.41%
G = 34.06%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A37D4F (or 0xA37D4F) is known color: Muesli. HEX triplet: A3, 7D and 4F. RGB value is (163,125,79). Sum of RGB (Red+Green+Blue) = 163+125+79=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D4F is #5C82B0. Grayscale: #838383. Windows color (decimal): -6062769 or 5209507. OLE color: 5209507.

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

Color convert

RGB 163 125 79 -
CMYK 0 0.23 0.52 0.36
HSL 32.86º 0.35% 0.47% -
HSV(B) 32.86º 0.52% 0.64% -
XYZ 23.85 23.02 10.58 -
YUV 131.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 163 125 79 0 0.23 0.52 0.36 32.86 0.35 0.47
Hex A3 7D 4F 0 17 34 24 21 23 2F
Octal 243 175 117 0 27 64 44 41 43 57
Binary 10100011 1111101 1001111 0 10111 110100 100100 100001 100011 101111

Color Harmonies of #A37D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D4F

Black with #A37D4F

Text Example


Text Example

White with #A37D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D4F; }

 p { color: rgb(163,125,79); }

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

background-color css

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

 a { background-color: rgb(163,125,79); }

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

border-color css

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

 span { border-color: rgb(163,125,79); }

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