#917F52

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

Shades of Clay Creek #917F52

Tints of Clay Creek #917F52

Color information

#917F52 (or 0x917F52) is unknown color: approx Clay Creek. HEX triplet: 91, 7F and 52. RGB value is (145,127,82). Sum of RGB (Red+Green+Blue) = 145+127+82=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #917F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F52 is #6E80AD. Grayscale: #7F7F7F. Windows color (decimal): -7241902 or 5406609. OLE color: 5406609.

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

Color convert

RGB14512782-
CMYK00.120.430.43
HSL42.86º27.75%44.51%-
HSV(B)42.86º43.45%56.86%-
XYZ20.7921.8111.1-
YUV127.25102.46140.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=40.96%
G=35.88%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451278200.120.430.4342.8627.7544.51
Hex917F520C2B2B2b1c2d
Octal2211771220145353533455
Binary10010001111111110100100110010101110101110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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