Html Css Color HEX #A37F42 Muddy Waters

📋 copy color: '#A37F42'

red 163 ◦ green 127 ◦ blue 66

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

Shades of Muddy Waters #A37F42

Tints of Muddy Waters #A37F42

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 45.79%
G = 35.67%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A37F42 (or 0xA37F42) is known color: Muddy Waters. HEX triplet: A3, 7F and 42. RGB value is (163,127,66). Sum of RGB (Red+Green+Blue) = 163+127+66=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F42 is #5C80BD. Grayscale: #838383. Windows color (decimal): -6062270 or 4358051. OLE color: 4358051.

HSL color Cylindrical-coordinate representation of color #A37F42: hue angle of 37.73º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A37F42 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 127 66 -
CMYK 0 0.22 0.60 0.36
HSL 37.73º 0.42% 0.45% -
HSV(B) 37.73º 0.6% 0.64% -
XYZ 23.68 23.36 8.42 -
YUV 130.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 163 127 66 0 0.22 0.60 0.36 37.73 0.42 0.45
Hex A3 7F 42 0 16 3C 24 26 2A 2D
Octal 243 177 102 0 26 74 44 46 52 55
Binary 10100011 1111111 1000010 0 10110 111100 100100 100110 101010 101101

Color Harmonies of #A37F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F42

Black with #A37F42

Text Example


Text Example

White with #A37F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F42; }

 p { color: rgb(163,127,66); }

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

background-color css

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

 a { background-color: rgb(163,127,66); }

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

border-color css

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

 span { border-color: rgb(163,127,66); }

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