#917F50

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

Shades of Clay Creek #917F50

Tints of Clay Creek #917F50

Color information

#917F50 (or 0x917F50) is unknown color: approx Clay Creek. HEX triplet: 91, 7F and 50. RGB value is (145,127,80). Sum of RGB (Red+Green+Blue) = 145+127+80=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #917F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F50 is #6E80AF. Grayscale: #7F7F7F. Windows color (decimal): -7241904 or 5275537. OLE color: 5275537.

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

Color convert

RGB14512780-
CMYK00.120.450.43
HSL43.38º28.89%44.12%-
HSV(B)43.38º44.83%56.86%-
XYZ20.7121.7810.7-
YUV127.02101.46140.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=41.19%
G=36.08%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451278000.120.450.4343.3828.8944.12
Hex917F500C2D2B2b1d2c
Octal2211771200145553533554
Binary10010001111111110100000110010110110101110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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