#af7b45

Color #AF7B45 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AF7B45

Tints of Muddy Waters #AF7B45

Color information

#AF7B45 (or 0xAF7B45) is unknown color: approx Muddy Waters. HEX triplet: AF, 7B and 45. RGB value is (175,123,69). Sum of RGB (Red+Green+Blue) = 175+123+69=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B45 is #5084BA. Grayscale: #848484. Windows color (decimal): -5276859 or 4553647. OLE color: 4553647.

HSL color Cylindrical-coordinate representation of color #AF7B45: hue angle of 30.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF7B45 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17512369-
CMYK00.300.610.31
HSL30.57º43.44%47.84%-
HSV(B)30.57º60.57%68.63%-
XYZ25.8423.718.84-
YUV132.3992.23158.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=47.68%
G=33.51%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751236900.300.610.3130.5743.4447.84
HexAF7B4501E3D1F1f2b30
Octal2571731050367537375360
Binary10101111111101110001010111101111011111111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7b45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7b45; }

 p { color: rgb(175,123,69); }

 H1.HeaderClassName
 {
   color: #af7b45;
 }
 .AnyTagClassName
 {
   color: #af7b45;
 }
</style>
background-color css

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

 a { background-color: rgb(175,123,69); }

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

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

 span { border-color: rgb(175,123,69); }

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