Html Css Color HEX #AB7C4B Muddy Waters

📋 copy color: '#AB7C4B'

red 171 ◦ green 124 ◦ blue 75

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

Shades of Muddy Waters #AB7C4B

Tints of Muddy Waters #AB7C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 46.22%
G = 33.51%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB7C4B (or 0xAB7C4B) is known color: Muddy Waters. HEX triplet: AB, 7C and 4B. RGB value is (171,124,75). Sum of RGB (Red+Green+Blue) = 171+124+75=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C4B is #5483B4. Grayscale: #848484. Windows color (decimal): -5538741 or 4947115. OLE color: 4947115.

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

Color convert

RGB 171 124 75 -
CMYK 0 0.27 0.56 0.33
HSL 30.63º 0.39% 0.48% -
HSV(B) 30.63º 0.56% 0.67% -
XYZ 25.27 23.58 9.88 -
YUV 132.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 171 124 75 0 0.27 0.56 0.33 30.63 0.39 0.48
Hex AB 7C 4B 0 1B 38 21 1F 27 30
Octal 253 174 113 0 33 70 41 37 47 60
Binary 10101011 1111100 1001011 0 11011 111000 100001 11111 100111 110000

Color Harmonies of #AB7C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C4B

Black with #AB7C4B

Text Example


Text Example

White with #AB7C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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