Html Css Color HEX #A37D4B Muesli

📋 copy color: '#A37D4B'

red 163 ◦ green 125 ◦ blue 75

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

Shades of Muesli #A37D4B

Tints of Muesli #A37D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 44.9%
G = 34.44%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A37D4B (or 0xA37D4B) is known color: Muesli. HEX triplet: A3, 7D and 4B. RGB value is (163,125,75). Sum of RGB (Red+Green+Blue) = 163+125+75=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D4B is #5C82B4. Grayscale: #828282. Windows color (decimal): -6062773 or 4947363. OLE color: 4947363.

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

Color convert

RGB 163 125 75 -
CMYK 0 0.23 0.54 0.36
HSL 34.09º 0.37% 0.47% -
HSV(B) 34.09º 0.54% 0.64% -
XYZ 23.71 22.96 9.84 -
YUV 130.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 163 125 75 0 0.23 0.54 0.36 34.09 0.37 0.47
Hex A3 7D 4B 0 17 36 24 22 25 2F
Octal 243 175 113 0 27 66 44 42 45 57
Binary 10100011 1111101 1001011 0 10111 110110 100100 100010 100101 101111

Color Harmonies of #A37D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D4B

Black with #A37D4B

Text Example


Text Example

White with #A37D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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