#917E4F

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

Shades of Clay Creek #917E4F

Tints of Clay Creek #917E4F

Color information

#917E4F (or 0x917E4F) is unknown color: approx Clay Creek. HEX triplet: 91, 7E and 4F. RGB value is (145,126,79). Sum of RGB (Red+Green+Blue) = 145+126+79=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #917E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E4F is #6E81B0. Grayscale: #7E7E7E. Windows color (decimal): -7242161 or 5209745. OLE color: 5209745.

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

Color convert

RGB14512679-
CMYK00.130.460.43
HSL42.73º29.46%43.92%-
HSV(B)42.73º45.52%56.86%-
XYZ20.5521.5110.47-
YUV126.32101.29141.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.43%
GREEN value IS 126 (49.61% from 255) = 36%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=41.43%
G=36%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451267900.130.460.4342.7329.4643.92
Hex917E4F0D2E2B2b1d2c
Octal2211761170155653533554
Binary10010001111111010011110110110111010101110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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