#917C57

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

Shades of Clay Creek #917C57

Tints of Clay Creek #917C57

Color information

#917C57 (or 0x917C57) is unknown color: approx Clay Creek. HEX triplet: 91, 7C and 57. RGB value is (145,124,87). Sum of RGB (Red+Green+Blue) = 145+124+87=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #917C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C57 is #6E83A8. Grayscale: #7E7E7E. Windows color (decimal): -7242665 or 5733521. OLE color: 5733521.

HSL color Cylindrical-coordinate representation of color #917C57: hue angle of 38.28º 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 #917C57 is Cyan = 0, Magento = 0.14, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB14512487-
CMYK00.140.40.43
HSL38.28º25%45.49%-
HSV(B)38.28º40%56.86%-
XYZ20.6121.1212.01-
YUV126.06105.96141.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=40.73%
G=34.83%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451248700.140.40.4338.282545.49
Hex917C570E282B26192d
Octal2211741270165053463155
Binary10010001111110010101110111010100010101110011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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