#917D5C

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

Shades of Clay Creek #917D5C

Tints of Clay Creek #917D5C

Color information

#917D5C (or 0x917D5C) is unknown color: approx Clay Creek. HEX triplet: 91, 7D and 5C. RGB value is (145,125,92). Sum of RGB (Red+Green+Blue) = 145+125+92=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #917D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D5C is #6E82A3. Grayscale: #7F7F7F. Windows color (decimal): -7242404 or 6061457. OLE color: 6061457.

HSL color Cylindrical-coordinate representation of color #917D5C: hue angle of 37.36º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #917D5C is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14512592-
CMYK00.140.370.43
HSL37.36º22.36%46.47%-
HSV(B)37.36º36.55%56.86%-
XYZ20.9421.4613.16-
YUV127.22108.13140.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=40.06%
G=34.53%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451259200.140.370.4337.3622.3646.47
Hex917D5C0E252B25162e
Octal2211751340164553452656
Binary10010001111110110111000111010010110101110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,125,92); }

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

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

 a { background-color: rgb(145,125,92); }

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

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

 span { border-color: rgb(145,125,92); }

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