Html Css Color HEX #AB7F52 Muddy Waters

📋 copy color: '#AB7F52'

red 171 ◦ green 127 ◦ blue 82

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

Shades of Muddy Waters #AB7F52

Tints of Muddy Waters #AB7F52

RGB

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

 GREEN value IS 127 (50% from 255) = 33.42%

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 45%
G = 33.42%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB7F52 (or 0xAB7F52) is known color: Muddy Waters. HEX triplet: AB, 7F and 52. RGB value is (171,127,82). Sum of RGB (Red+Green+Blue) = 171+127+82=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F52 is #5480AD. Grayscale: #878787. Windows color (decimal): -5537966 or 5406635. OLE color: 5406635.

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

Color convert

RGB 171 127 82 -
CMYK 0 0.26 0.52 0.33
HSL 30.34º 0.35% 0.5% -
HSV(B) 30.34º 0.52% 0.67% -
XYZ 25.91 24.45 11.34 -
YUV 135.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 171 127 82 0 0.26 0.52 0.33 30.34 0.35 0.5
Hex AB 7F 52 0 1A 34 21 1E 23 32
Octal 253 177 122 0 32 64 41 36 43 62
Binary 10101011 1111111 1010010 0 11010 110100 100001 11110 100011 110010

Color Harmonies of #AB7F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F52

Black with #AB7F52

Text Example


Text Example

White with #AB7F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F52; }

 p { color: rgb(171,127,82); }

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

background-color css

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

 a { background-color: rgb(171,127,82); }

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

border-color css

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

 span { border-color: rgb(171,127,82); }

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