Html Css Color HEX #AB7B48 Muddy Waters

📋 copy color: '#AB7B48'

red 171 ◦ green 123 ◦ blue 72

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

Shades of Muddy Waters #AB7B48

Tints of Muddy Waters #AB7B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

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

R = 46.72%
G = 33.61%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB7B48 (or 0xAB7B48) is known color: Muddy Waters. HEX triplet: AB, 7B and 48. RGB value is (171,123,72). Sum of RGB (Red+Green+Blue) = 171+123+72=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B48 is #5484B7. Grayscale: #838383. Windows color (decimal): -5539000 or 4750251. OLE color: 4750251.

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

Color convert

RGB 171 123 72 -
CMYK 0 0.28 0.58 0.33
HSL 30.91º 0.41% 0.48% -
HSV(B) 30.91º 0.58% 0.67% -
XYZ 25.05 23.29 9.31 -
YUV 131.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 171 123 72 0 0.28 0.58 0.33 30.91 0.41 0.48
Hex AB 7B 48 0 1C 3A 21 1F 29 30
Octal 253 173 110 0 34 72 41 37 51 60
Binary 10101011 1111011 1001000 0 11100 111010 100001 11111 101001 110000

Color Harmonies of #AB7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B48

Black with #AB7B48

Text Example


Text Example

White with #AB7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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