#a5834f

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

Shades of Muddy Waters #A5834F

Tints of Muddy Waters #A5834F

Color information

#A5834F (or 0xA5834F) is unknown color: approx Muddy Waters. HEX triplet: A5, 83 and 4F. RGB value is (165,131,79). Sum of RGB (Red+Green+Blue) = 165+131+79=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5834F is #5A7CB0. Grayscale: #878787. Windows color (decimal): -5930161 or 5211045. OLE color: 5211045.

HSL color Cylindrical-coordinate representation of color #A5834F: hue angle of 36.28º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5834F is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB16513179-
CMYK00.210.520.35
HSL36.28º35.25%47.84%-
HSV(B)36.28º52.12%64.71%-
XYZ25.0424.810.86-
YUV135.2496.26149.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=44%
G=34.93%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651317900.210.520.3536.2835.2547.84
HexA5834F0153423242330
Octal2452031170256443444360
Binary10100101100000111001111010101110100100011100100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5834f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5834f; }

 p { color: rgb(165,131,79); }

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

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

 a { background-color: rgb(165,131,79); }

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

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

 span { border-color: rgb(165,131,79); }

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