#917D4C

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

Shades of Clay Creek #917D4C

Tints of Clay Creek #917D4C

Color information

#917D4C (or 0x917D4C) is unknown color: approx Clay Creek. HEX triplet: 91, 7D and 4C. RGB value is (145,125,76). Sum of RGB (Red+Green+Blue) = 145+125+76=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #917D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D4C is #6E82B3. Grayscale: #7D7D7D. Windows color (decimal): -7242420 or 5012881. OLE color: 5012881.

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

Color convert

RGB14512576-
CMYK00.140.480.43
HSL42.61º31.22%43.33%-
HSV(B)42.61º47.59%56.86%-
XYZ20.3221.219.86-
YUV125.39100.13141.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=41.91%
G=36.13%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451257600.140.480.4342.6131.2243.33
Hex917D4C0E302B2b1f2b
Octal2211751140166053533753
Binary10010001111110110011000111011000010101110101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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