#917E57

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

Shades of Clay Creek #917E57

Tints of Clay Creek #917E57

Color information

#917E57 (or 0x917E57) is unknown color: approx Clay Creek. HEX triplet: 91, 7E and 57. RGB value is (145,126,87). Sum of RGB (Red+Green+Blue) = 145+126+87=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E57 is #6E81A8. Grayscale: #7F7F7F. Windows color (decimal): -7242153 or 5734033. OLE color: 5734033.

HSL color Cylindrical-coordinate representation of color #917E57: hue angle of 40.34º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #917E57 is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB14512687-
CMYK00.130.40.43
HSL40.34º25%45.49%-
HSV(B)40.34º40%56.86%-
XYZ20.8621.6312.09-
YUV127.23105.29140.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=40.50%
G=35.20%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451268700.130.40.4340.342545.49
Hex917E570D282B28192d
Octal2211761270155053503155
Binary10010001111111010101110110110100010101110100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E57; }

 p { color: rgb(145,126,87); }

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

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

 a { background-color: rgb(145,126,87); }

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

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

 span { border-color: rgb(145,126,87); }

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