Html Css Color HEX #AB7C52 Muddy Waters

📋 copy color: '#AB7C52'

red 171 ◦ green 124 ◦ blue 82

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

Shades of Muddy Waters #AB7C52

Tints of Muddy Waters #AB7C52

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 45.36%
G = 32.89%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB7C52 (or 0xAB7C52) is known color: Muddy Waters. HEX triplet: AB, 7C and 52. RGB value is (171,124,82). Sum of RGB (Red+Green+Blue) = 171+124+82=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C52 is #5483AD. Grayscale: #858585. Windows color (decimal): -5538734 or 5405867. OLE color: 5405867.

HSL color Cylindrical-coordinate representation of color #AB7C52: hue angle of 28.31º 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 #AB7C52 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 124 82 -
CMYK 0 0.27 0.52 0.33
HSL 28.31º 0.35% 0.5% -
HSV(B) 28.31º 0.52% 0.67% -
XYZ 25.53 23.68 11.21 -
YUV 133.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 171 124 82 0 0.27 0.52 0.33 28.31 0.35 0.5
Hex AB 7C 52 0 1B 34 21 1C 23 32
Octal 253 174 122 0 33 64 41 34 43 62
Binary 10101011 1111100 1010010 0 11011 110100 100001 11100 100011 110010

Color Harmonies of #AB7C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C52

Black with #AB7C52

Text Example


Text Example

White with #AB7C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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