Html Css Color HEX #A37D4D Muesli

📋 copy color: '#A37D4D'

red 163 ◦ green 125 ◦ blue 77

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

Shades of Muesli #A37D4D

Tints of Muesli #A37D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 44.66%
G = 34.25%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A37D4D (or 0xA37D4D) is known color: Muesli. HEX triplet: A3, 7D and 4D. RGB value is (163,125,77). Sum of RGB (Red+Green+Blue) = 163+125+77=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D4D is #5C82B2. Grayscale: #838383. Windows color (decimal): -6062771 or 5078435. OLE color: 5078435.

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

Color convert

RGB 163 125 77 -
CMYK 0 0.23 0.53 0.36
HSL 33.49º 0.36% 0.47% -
HSV(B) 33.49º 0.53% 0.64% -
XYZ 23.78 22.99 10.21 -
YUV 130.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 163 125 77 0 0.23 0.53 0.36 33.49 0.36 0.47
Hex A3 7D 4D 0 17 35 24 21 24 2F
Octal 243 175 115 0 27 65 44 41 44 57
Binary 10100011 1111101 1001101 0 10111 110101 100100 100001 100100 101111

Color Harmonies of #A37D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D4D

Black with #A37D4D

Text Example


Text Example

White with #A37D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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