#917E45

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

Shades of Clay Creek #917E45

Tints of Clay Creek #917E45

Color information

#917E45 (or 0x917E45) is unknown color: approx Clay Creek. HEX triplet: 91, 7E and 45. RGB value is (145,126,69). Sum of RGB (Red+Green+Blue) = 145+126+69=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #917E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E45 is #6E81BA. Grayscale: #7D7D7D. Windows color (decimal): -7242171 or 4554385. OLE color: 4554385.

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

Color convert

RGB14512669-
CMYK00.130.520.43
HSL45º35.51%41.96%-
HSV(B)45º52.41%56.86%-
XYZ20.2121.378.69-
YUV125.1896.29142.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 126 (49.61% from 255) = 37.06%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=42.65%
G=37.06%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451266900.130.520.434535.5141.96
Hex917E450D342B2d242a
Octal2211761050156453554452
Binary100100011111110100010101101110100101011101101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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