Html Css Color HEX #AB7B52 Muddy Waters

📋 copy color: '#AB7B52'

red 171 ◦ green 123 ◦ blue 82

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

Shades of Muddy Waters #AB7B52

Tints of Muddy Waters #AB7B52

RGB

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

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

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

R = 45.48%
G = 32.71%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB7B52 (or 0xAB7B52) is known color: Muddy Waters. HEX triplet: AB, 7B and 52. RGB value is (171,123,82). Sum of RGB (Red+Green+Blue) = 171+123+82=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B52 is #5484AD. Grayscale: #848484. Windows color (decimal): -5538990 or 5405611. OLE color: 5405611.

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

Color convert

RGB 171 123 82 -
CMYK 0 0.28 0.52 0.33
HSL 27.64º 0.35% 0.5% -
HSV(B) 27.64º 0.52% 0.67% -
XYZ 25.4 23.43 11.17 -
YUV 132.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 171 123 82 0 0.28 0.52 0.33 27.64 0.35 0.5
Hex AB 7B 52 0 1C 34 21 1C 23 32
Octal 253 173 122 0 34 64 41 34 43 62
Binary 10101011 1111011 1010010 0 11100 110100 100001 11100 100011 110010

Color Harmonies of #AB7B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B52

Black with #AB7B52

Text Example


Text Example

White with #AB7B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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