#937f49

Color #937F49 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #937F49

Tints of Clay Creek #937F49

Color information

#937F49 (or 0x937F49) is unknown color: approx Clay Creek. HEX triplet: 93, 7F and 49. RGB value is (147,127,73). Sum of RGB (Red+Green+Blue) = 147+127+73=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #937F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937F49 is #6C80B6. Grayscale: #7F7F7F. Windows color (decimal): -7110839 or 4816787. OLE color: 4816787.

HSL color Cylindrical-coordinate representation of color #937F49: hue angle of 43.78º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937F49 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14712773-
CMYK00.140.500.42
HSL43.78º33.64%43.14%-
HSV(B)43.78º50.34%57.65%-
XYZ20.8221.869.43-
YUV126.8297.63142.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=42.36%
G=36.60%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471277300.140.500.4243.7833.6443.14
Hex937F490E322A2c222b
Octal2231771110166252544253
Binary100100111111111100100101110110010101010101100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937f49; }

 p { color: rgb(147,127,73); }

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

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

 a { background-color: rgb(147,127,73); }

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

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

 span { border-color: rgb(147,127,73); }

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