#917F51

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

Shades of Clay Creek #917F51

Tints of Clay Creek #917F51

Color information

#917F51 (or 0x917F51) is unknown color: approx Clay Creek. HEX triplet: 91, 7F and 51. RGB value is (145,127,81). Sum of RGB (Red+Green+Blue) = 145+127+81=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #917F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F51 is #6E80AE. Grayscale: #7F7F7F. Windows color (decimal): -7241903 or 5341073. OLE color: 5341073.

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

Color convert

RGB14512781-
CMYK00.120.440.43
HSL43.12º28.32%44.31%-
HSV(B)43.12º44.14%56.86%-
XYZ20.7521.7910.9-
YUV127.14101.96140.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=41.08%
G=35.98%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451278100.120.440.4343.1228.3244.31
Hex917F510C2C2B2b1c2c
Octal2211771210145453533454
Binary10010001111111110100010110010110010101110101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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