Html Css Color HEX #A37C48 Muesli

📋 copy color: '#A37C48'

red 163 ◦ green 124 ◦ blue 72

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

Shades of Muesli #A37C48

Tints of Muesli #A37C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 45.4%
G = 34.54%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A37C48 (or 0xA37C48) is known color: Muesli. HEX triplet: A3, 7C and 48. RGB value is (163,124,72). Sum of RGB (Red+Green+Blue) = 163+124+72=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C48 is #5C83B7. Grayscale: #818181. Windows color (decimal): -6063032 or 4750499. OLE color: 4750499.

HSL color Cylindrical-coordinate representation of color #A37C48: hue angle of 34.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A37C48 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 124 72 -
CMYK 0 0.24 0.56 0.36
HSL 34.29º 0.39% 0.46% -
HSV(B) 34.29º 0.56% 0.64% -
XYZ 23.48 22.67 9.27 -
YUV 129.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 163 124 72 0 0.24 0.56 0.36 34.29 0.39 0.46
Hex A3 7C 48 0 18 38 24 22 27 2E
Octal 243 174 110 0 30 70 44 42 47 56
Binary 10100011 1111100 1001000 0 11000 111000 100100 100010 100111 101110

Color Harmonies of #A37C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C48

Black with #A37C48

Text Example


Text Example

White with #A37C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C48; }

 p { color: rgb(163,124,72); }

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

background-color css

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

 a { background-color: rgb(163,124,72); }

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

border-color css

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

 span { border-color: rgb(163,124,72); }

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