Html Css Color HEX #A37B4B Muesli

📋 copy color: '#A37B4B'

red 163 ◦ green 123 ◦ blue 75

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

Shades of Muesli #A37B4B

Tints of Muesli #A37B4B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

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

R = 45.15%
G = 34.07%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A37B4B (or 0xA37B4B) is known color: Muesli. HEX triplet: A3, 7B and 4B. RGB value is (163,123,75). Sum of RGB (Red+Green+Blue) = 163+123+75=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B4B is #5C84B4. Grayscale: #818181. Windows color (decimal): -6063285 or 4946851. OLE color: 4946851.

HSL color Cylindrical-coordinate representation of color #A37B4B: hue angle of 32.73º 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 #A37B4B is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 123 75 -
CMYK 0 0.25 0.54 0.36
HSL 32.73º 0.37% 0.47% -
HSV(B) 32.73º 0.54% 0.64% -
XYZ 23.46 22.46 9.76 -
YUV 129.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 163 123 75 0 0.25 0.54 0.36 32.73 0.37 0.47
Hex A3 7B 4B 0 19 36 24 21 25 2F
Octal 243 173 113 0 31 66 44 41 45 57
Binary 10100011 1111011 1001011 0 11001 110110 100100 100001 100101 101111

Color Harmonies of #A37B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B4B

Black with #A37B4B

Text Example


Text Example

White with #A37B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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