Html Css Color HEX #AB7C48 Muddy Waters

📋 copy color: '#AB7C48'

red 171 ◦ green 124 ◦ blue 72

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

Shades of Muddy Waters #AB7C48

Tints of Muddy Waters #AB7C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 46.59%
G = 33.79%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB7C48 (or 0xAB7C48) is known color: Muddy Waters. HEX triplet: AB, 7C and 48. RGB value is (171,124,72). Sum of RGB (Red+Green+Blue) = 171+124+72=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C48 is #5483B7. Grayscale: #848484. Windows color (decimal): -5538744 or 4750507. OLE color: 4750507.

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

Color convert

RGB 171 124 72 -
CMYK 0 0.27 0.58 0.33
HSL 31.52º 0.41% 0.48% -
HSV(B) 31.52º 0.58% 0.67% -
XYZ 25.17 23.54 9.35 -
YUV 132.13 94.07 155.73 -
System Red Green Blue C M Y K H S L
Decimal 171 124 72 0 0.27 0.58 0.33 31.52 0.41 0.48
Hex AB 7C 48 0 1B 3A 21 20 29 30
Octal 253 174 110 0 33 72 41 40 51 60
Binary 10101011 1111100 1001000 0 11011 111010 100001 100000 101001 110000

Color Harmonies of #AB7C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C48

Black with #AB7C48

Text Example


Text Example

White with #AB7C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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