#948B57

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

Shades of Clay Creek #948B57

Tints of Clay Creek #948B57

Color information

#948B57 (or 0x948B57) is unknown color: approx Clay Creek. HEX triplet: 94, 8B and 57. RGB value is (148,139,87). Sum of RGB (Red+Green+Blue) = 148+139+87=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #948B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B57 is #6B74A8. Grayscale: #878787. Windows color (decimal): -7042217 or 5737364. OLE color: 5737364.

HSL color Cylindrical-coordinate representation of color #948B57: hue angle of 51.15º 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 #948B57 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14813987-
CMYK00.060.410.42
HSL51.15º25.96%46.08%-
HSV(B)51.15º41.22%58.04%-
XYZ23.1725.4512.71-
YUV135.76100.48136.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=39.57%
G=37.17%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481398700.060.410.4251.1525.9646.08
Hex948B5706292A331a2e
Octal224213127065152633256
Binary10010100100010111010111011010100110101011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948B57; }

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

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

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

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

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

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

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

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