Html Css Color HEX #A37B45 Muddy Waters

📋 copy color: '#A37B45'

red 163 ◦ green 123 ◦ blue 69

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

Shades of Muddy Waters #A37B45

Tints of Muddy Waters #A37B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 45.92%
G = 34.65%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A37B45 (or 0xA37B45) is known color: Muddy Waters. HEX triplet: A3, 7B and 45. RGB value is (163,123,69). Sum of RGB (Red+Green+Blue) = 163+123+69=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B45 is #5C84BA. Grayscale: #818181. Windows color (decimal): -6063291 or 4553635. OLE color: 4553635.

HSL color Cylindrical-coordinate representation of color #A37B45: hue angle of 34.47º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A37B45 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 123 69 -
CMYK 0 0.25 0.58 0.36
HSL 34.47º 0.41% 0.45% -
HSV(B) 34.47º 0.58% 0.64% -
XYZ 23.26 22.38 8.72 -
YUV 128.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 163 123 69 0 0.25 0.58 0.36 34.47 0.41 0.45
Hex A3 7B 45 0 19 3A 24 22 29 2D
Octal 243 173 105 0 31 72 44 42 51 55
Binary 10100011 1111011 1000101 0 11001 111010 100100 100010 101001 101101

Color Harmonies of #A37B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B45

Black with #A37B45

Text Example


Text Example

White with #A37B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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