#917D5D

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

Shades of Clay Creek #917D5D

Tints of Clay Creek #917D5D

Color information

#917D5D (or 0x917D5D) is unknown color: approx Clay Creek. HEX triplet: 91, 7D and 5D. RGB value is (145,125,93). Sum of RGB (Red+Green+Blue) = 145+125+93=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #917D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D5D is #6E82A2. Grayscale: #7F7F7F. Windows color (decimal): -7242403 or 6126993. OLE color: 6126993.

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

Color convert

RGB14512593-
CMYK00.140.360.43
HSL36.92º21.85%46.67%-
HSV(B)36.92º35.86%56.86%-
XYZ20.9921.4813.4-
YUV127.33108.63140.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=39.94%
G=34.44%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451259300.140.360.4336.9221.8546.67
Hex917D5D0E242B25162f
Octal2211751350164453452657
Binary10010001111110110111010111010010010101110010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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