#948957

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

Shades of Clay Creek #948957

Tints of Clay Creek #948957

Color information

#948957 (or 0x948957) is unknown color: approx Clay Creek. HEX triplet: 94, 89 and 57. RGB value is (148,137,87). Sum of RGB (Red+Green+Blue) = 148+137+87=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #948957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948957 is #6B76A8. Grayscale: #868686. Windows color (decimal): -7042729 or 5736852. OLE color: 5736852.

HSL color Cylindrical-coordinate representation of color #948957: hue angle of 49.18º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948957 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14813787-
CMYK00.070.410.42
HSL49.18º25.96%46.08%-
HSV(B)49.18º41.22%58.04%-
XYZ22.8824.8812.61-
YUV134.59101.14137.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=39.78%
G=36.83%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481378700.070.410.4249.1825.9646.08
Hex94895707292A311a2e
Octal224211127075152613256
Binary10010100100010011010111011110100110101011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948957; }

 p { color: rgb(148,137,87); }

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

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

 a { background-color: rgb(148,137,87); }

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

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

 span { border-color: rgb(148,137,87); }

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