#917D47

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

Shades of Clay Creek #917D47

Tints of Clay Creek #917D47

Color information

#917D47 (or 0x917D47) is unknown color: approx Clay Creek. HEX triplet: 91, 7D and 47. RGB value is (145,125,71). Sum of RGB (Red+Green+Blue) = 145+125+71=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #917D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D47 is #6E82B8. Grayscale: #7D7D7D. Windows color (decimal): -7242425 or 4685201. OLE color: 4685201.

HSL color Cylindrical-coordinate representation of color #917D47: hue angle of 43.78º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #917D47 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB14512571-
CMYK00.140.510.43
HSL43.78º34.26%42.35%-
HSV(B)43.78º51.03%56.86%-
XYZ20.1521.148.98-
YUV124.8297.63142.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 71 (28.12% from 255) = 20.82%
R=42.52%
G=36.66%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451257100.140.510.4343.7834.2642.35
Hex917D470E332B2c222a
Octal2211751070166353544252
Binary100100011111101100011101110110011101011101100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,125,71); }

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

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

 a { background-color: rgb(145,125,71); }

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

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

 span { border-color: rgb(145,125,71); }

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