Html Css Color HEX #AB7D50 Muddy Waters

📋 copy color: '#AB7D50'

red 171 ◦ green 125 ◦ blue 80

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

Shades of Muddy Waters #AB7D50

Tints of Muddy Waters #AB7D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 45.48%
G = 33.24%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB7D50 (or 0xAB7D50) is known color: Muddy Waters. HEX triplet: AB, 7D and 50. RGB value is (171,125,80). Sum of RGB (Red+Green+Blue) = 171+125+80=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D50 is #5482AF. Grayscale: #858585. Windows color (decimal): -5538480 or 5275051. OLE color: 5275051.

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

Color convert

RGB 171 125 80 -
CMYK 0 0.27 0.53 0.33
HSL 29.67º 0.36% 0.49% -
HSV(B) 29.67º 0.53% 0.67% -
XYZ 25.58 23.9 10.86 -
YUV 133.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 171 125 80 0 0.27 0.53 0.33 29.67 0.36 0.49
Hex AB 7D 50 0 1B 35 21 1E 24 31
Octal 253 175 120 0 33 65 41 36 44 61
Binary 10101011 1111101 1010000 0 11011 110101 100001 11110 100100 110001

Color Harmonies of #AB7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D50

Black with #AB7D50

Text Example


Text Example

White with #AB7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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