#937F4C

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

Shades of Clay Creek #937F4C

Tints of Clay Creek #937F4C

Color information

#937F4C (or 0x937F4C) is unknown color: approx Clay Creek. HEX triplet: 93, 7F and 4C. RGB value is (147,127,76). Sum of RGB (Red+Green+Blue) = 147+127+76=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #937F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937F4C is #6C80B3. Grayscale: #7F7F7F. Windows color (decimal): -7110836 or 5013395. OLE color: 5013395.

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

Color convert

RGB14712776-
CMYK00.140.480.42
HSL43.1º31.84%43.73%-
HSV(B)43.1º48.3%57.65%-
XYZ20.9321.99.96-
YUV127.1799.13142.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=42%
G=36.29%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471277600.140.480.4243.131.8443.73
Hex937F4C0E302A2b202c
Octal2231771140166052534054
Binary100100111111111100110001110110000101010101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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