Html Css Color HEX #AB7D54 Muddy Waters

📋 copy color: '#AB7D54'

red 171 ◦ green 125 ◦ blue 84

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

Shades of Muddy Waters #AB7D54

Tints of Muddy Waters #AB7D54

RGB

 RED value IS 171 (67.19% from 255) = 45%

 GREEN value IS 125 (49.22% from 255) = 32.89%

 BLUE value IS 84 (33.2% from 255) = 22.11%

R = 45%
G = 32.89%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB7D54 (or 0xAB7D54) is known color: Muddy Waters. HEX triplet: AB, 7D and 54. RGB value is (171,125,84). Sum of RGB (Red+Green+Blue) = 171+125+84=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D54 is #5482AB. Grayscale: #868686. Windows color (decimal): -5538476 or 5537195. OLE color: 5537195.

HSL color Cylindrical-coordinate representation of color #AB7D54: hue angle of 28.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7D54 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 84 -
CMYK 0 0.27 0.51 0.33
HSL 28.28º 0.34% 0.5% -
HSV(B) 28.28º 0.51% 0.67% -
XYZ 25.73 23.97 11.66 -
YUV 134.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 171 125 84 0 0.27 0.51 0.33 28.28 0.34 0.5
Hex AB 7D 54 0 1B 33 21 1C 22 32
Octal 253 175 124 0 33 63 41 34 42 62
Binary 10101011 1111101 1010100 0 11011 110011 100001 11100 100010 110010

Color Harmonies of #AB7D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D54

Black with #AB7D54

Text Example


Text Example

White with #AB7D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D54; }

 p { color: rgb(171,125,84); }

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

background-color css

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

 a { background-color: rgb(171,125,84); }

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

border-color css

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

 span { border-color: rgb(171,125,84); }

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