Html Css Color HEX #A37B41 Muddy Waters

📋 copy color: '#A37B41'

red 163 ◦ green 123 ◦ blue 65

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

Shades of Muddy Waters #A37B41

Tints of Muddy Waters #A37B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 46.44%
G = 35.04%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A37B41 (or 0xA37B41) is known color: Muddy Waters. HEX triplet: A3, 7B and 41. RGB value is (163,123,65). Sum of RGB (Red+Green+Blue) = 163+123+65=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B41 is #5C84BE. Grayscale: #808080. Windows color (decimal): -6063295 or 4291491. OLE color: 4291491.

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

Color convert

RGB 163 123 65 -
CMYK 0 0.25 0.60 0.36
HSL 35.51º 0.43% 0.45% -
HSV(B) 35.51º 0.6% 0.64% -
XYZ 23.14 22.33 8.09 -
YUV 128.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 163 123 65 0 0.25 0.60 0.36 35.51 0.43 0.45
Hex A3 7B 41 0 19 3C 24 24 2B 2D
Octal 243 173 101 0 31 74 44 44 53 55
Binary 10100011 1111011 1000001 0 11001 111100 100100 100100 101011 101101

Color Harmonies of #A37B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B41

Black with #A37B41

Text Example


Text Example

White with #A37B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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