#A37B42

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

Shades of Muddy Waters #A37B42

Tints of Muddy Waters #A37B42

Color information

#A37B42 (or 0xA37B42) is unknown color: approx Muddy Waters. HEX triplet: A3, 7B and 42. RGB value is (163,123,66). Sum of RGB (Red+Green+Blue) = 163+123+66=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B42 is #5C84BD. Grayscale: #808080. Windows color (decimal): -6063294 or 4357027. OLE color: 4357027.

HSL color Cylindrical-coordinate representation of color #A37B42: hue angle of 35.26º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A37B42 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16312366-
CMYK00.250.600.36
HSL35.26º42.36%44.9%-
HSV(B)35.26º59.51%63.92%-
XYZ23.1722.358.25-
YUV128.4692.75152.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 66 (26.17% from 255) = 18.75%
R=46.31%
G=34.94%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631236600.250.600.3635.2642.3644.9
HexA37B420193C24232a2d
Octal2431731020317444435255
Binary1010001111110111000010011001111100100100100011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B42; }

 p { color: rgb(163,123,66); }

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

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

 a { background-color: rgb(163,123,66); }

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

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

 span { border-color: rgb(163,123,66); }

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