#938046

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

Shades of Clay Creek #938046

Tints of Clay Creek #938046

Color information

#938046 (or 0x938046) is unknown color: approx Clay Creek. HEX triplet: 93, 80 and 46. RGB value is (147,128,70). Sum of RGB (Red+Green+Blue) = 147+128+70=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #938046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938046 is #6C7FB9. Grayscale: #7F7F7F. Windows color (decimal): -7110586 or 4620435. OLE color: 4620435.

HSL color Cylindrical-coordinate representation of color #938046: hue angle of 45.19º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #938046 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14712870-
CMYK00.130.520.42
HSL45.19º35.48%42.55%-
HSV(B)45.19º52.38%57.65%-
XYZ20.8622.088.96-
YUV127.0795.79142.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=42.61%
G=37.10%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471287000.130.520.4245.1935.4842.55
Hex9380460D342A2d232b
Octal2232001060156452554353
Binary1001001110000000100011001101110100101010101101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938046; }

 p { color: rgb(147,128,70); }

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

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

 a { background-color: rgb(147,128,70); }

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

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

 span { border-color: rgb(147,128,70); }

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