Html Css Color HEX #AB7D44 Muddy Waters

📋 copy color: '#AB7D44'

red 171 ◦ green 125 ◦ blue 68

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

Shades of Muddy Waters #AB7D44

Tints of Muddy Waters #AB7D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 46.98%
G = 34.34%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB7D44 (or 0xAB7D44) is known color: Muddy Waters. HEX triplet: AB, 7D and 44. RGB value is (171,125,68). Sum of RGB (Red+Green+Blue) = 171+125+68=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D44 is #5482BB. Grayscale: #848484. Windows color (decimal): -5538492 or 4488619. OLE color: 4488619.

HSL color Cylindrical-coordinate representation of color #AB7D44: hue angle of 33.2º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB7D44 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 68 -
CMYK 0 0.27 0.60 0.33
HSL 33.2º 0.43% 0.47% -
HSV(B) 33.2º 0.6% 0.67% -
XYZ 25.17 23.74 8.72 -
YUV 132.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 171 125 68 0 0.27 0.60 0.33 33.2 0.43 0.47
Hex AB 7D 44 0 1B 3C 21 21 2B 2F
Octal 253 175 104 0 33 74 41 41 53 57
Binary 10101011 1111101 1000100 0 11011 111100 100001 100001 101011 101111

Color Harmonies of #AB7D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D44

Black with #AB7D44

Text Example


Text Example

White with #AB7D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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