#917F4D

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

Shades of Clay Creek #917F4D

Tints of Clay Creek #917F4D

Color information

#917F4D (or 0x917F4D) is unknown color: approx Clay Creek. HEX triplet: 91, 7F and 4D. RGB value is (145,127,77). Sum of RGB (Red+Green+Blue) = 145+127+77=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #917F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F4D is #6E80B2. Grayscale: #7E7E7E. Windows color (decimal): -7241907 or 5078929. OLE color: 5078929.

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

Color convert

RGB14512777-
CMYK00.120.470.43
HSL44.12º30.63%43.53%-
HSV(B)44.12º46.9%56.86%-
XYZ20.6121.7310.13-
YUV126.6899.96141.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=41.55%
G=36.39%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451277700.120.470.4344.1230.6343.53
Hex917F4D0C2F2B2c1f2c
Octal2211771150145753543754
Binary10010001111111110011010110010111110101110110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,77); }

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

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

 a { background-color: rgb(145,127,77); }

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

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

 span { border-color: rgb(145,127,77); }

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