Html Css Color HEX #AB7B51 Muddy Waters

📋 copy color: '#AB7B51'

red 171 ◦ green 123 ◦ blue 81

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

Shades of Muddy Waters #AB7B51

Tints of Muddy Waters #AB7B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 45.6%
G = 32.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB7B51 (or 0xAB7B51) is known color: Muddy Waters. HEX triplet: AB, 7B and 51. RGB value is (171,123,81). Sum of RGB (Red+Green+Blue) = 171+123+81=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B51 is #5484AE. Grayscale: #848484. Windows color (decimal): -5538991 or 5340075. OLE color: 5340075.

HSL color Cylindrical-coordinate representation of color #AB7B51: hue angle of 28º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB7B51 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 123 81 -
CMYK 0 0.28 0.53 0.33
HSL 28º 0.36% 0.49% -
HSV(B) 28º 0.53% 0.67% -
XYZ 25.36 23.42 10.97 -
YUV 132.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 171 123 81 0 0.28 0.53 0.33 28 0.36 0.49
Hex AB 7B 51 0 1C 35 21 1C 24 31
Octal 253 173 121 0 34 65 41 34 44 61
Binary 10101011 1111011 1010001 0 11100 110101 100001 11100 100100 110001

Color Harmonies of #AB7B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B51

Black with #AB7B51

Text Example


Text Example

White with #AB7B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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