Html Css Color HEX #A37E4B Muddy Waters

📋 copy color: '#A37E4B'

red 163 ◦ green 126 ◦ blue 75

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

Shades of Muddy Waters #A37E4B

Tints of Muddy Waters #A37E4B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

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

R = 44.78%
G = 34.62%
B = 20.6%

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

#A37E4B (or 0xA37E4B) is known color: Muddy Waters. HEX triplet: A3, 7E and 4B. RGB value is (163,126,75). Sum of RGB (Red+Green+Blue) = 163+126+75=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E4B is #5C81B4. Grayscale: #838383. Windows color (decimal): -6062517 or 4947619. OLE color: 4947619.

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

Color convert

RGB 163 126 75 -
CMYK 0 0.23 0.54 0.36
HSL 34.77º 0.37% 0.47% -
HSV(B) 34.77º 0.54% 0.64% -
XYZ 23.84 23.22 9.88 -
YUV 131.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 163 126 75 0 0.23 0.54 0.36 34.77 0.37 0.47
Hex A3 7E 4B 0 17 36 24 23 25 2F
Octal 243 176 113 0 27 66 44 43 45 57
Binary 10100011 1111110 1001011 0 10111 110110 100100 100011 100101 101111

Color Harmonies of #A37E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E4B

Black with #A37E4B

Text Example


Text Example

White with #A37E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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