#937F50

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

Shades of Clay Creek #937F50

Tints of Clay Creek #937F50

Color information

#937F50 (or 0x937F50) is unknown color: approx Clay Creek. HEX triplet: 93, 7F and 50. RGB value is (147,127,80). Sum of RGB (Red+Green+Blue) = 147+127+80=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #937F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F50 is #6C80AF. Grayscale: #7F7F7F. Windows color (decimal): -7110832 or 5275539. OLE color: 5275539.

HSL color Cylindrical-coordinate representation of color #937F50: hue angle of 42.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #937F50 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14712780-
CMYK00.140.460.42
HSL42.09º29.52%44.51%-
HSV(B)42.09º45.58%57.65%-
XYZ21.0721.9610.72-
YUV127.62101.13141.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=41.53%
G=35.88%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471278000.140.460.4242.0929.5244.51
Hex937F500E2E2A2a1e2d
Octal2231771200165652523655
Binary10010011111111110100000111010111010101010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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