Html Css Color HEX #AB7C3F Muddy Waters

📋 copy color: '#AB7C3F'

red 171 ◦ green 124 ◦ blue 63

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

Shades of Muddy Waters #AB7C3F

Tints of Muddy Waters #AB7C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.6%

R = 47.77%
G = 34.64%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB7C3F (or 0xAB7C3F) is known color: Muddy Waters. HEX triplet: AB, 7C and 3F. RGB value is (171,124,63). Sum of RGB (Red+Green+Blue) = 171+124+63=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C3F is #5483C0. Grayscale: #838383. Windows color (decimal): -5538753 or 4160683. OLE color: 4160683.

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

Color convert

RGB 171 124 63 -
CMYK 0 0.27 0.63 0.33
HSL 33.89º 0.46% 0.46% -
HSV(B) 33.89º 0.63% 0.67% -
XYZ 24.9 23.43 7.91 -
YUV 131.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 171 124 63 0 0.27 0.63 0.33 33.89 0.46 0.46
Hex AB 7C 3F 0 1B 3F 21 22 2E 2E
Octal 253 174 77 0 33 77 41 42 56 56
Binary 10101011 1111100 111111 0 11011 111111 100001 100010 101110 101110

Color Harmonies of #AB7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C3F

Black with #AB7C3F

Text Example


Text Example

White with #AB7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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