#917D45

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

Shades of Clay Creek #917D45

Tints of Clay Creek #917D45

Color information

#917D45 (or 0x917D45) is unknown color: approx Clay Creek. HEX triplet: 91, 7D and 45. RGB value is (145,125,69). Sum of RGB (Red+Green+Blue) = 145+125+69=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #917D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D45 is #6E82BA. Grayscale: #7C7C7C. Windows color (decimal): -7242427 or 4554129. OLE color: 4554129.

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

Color convert

RGB14512569-
CMYK00.140.520.43
HSL44.21º35.51%41.96%-
HSV(B)44.21º52.41%56.86%-
XYZ20.0821.128.65-
YUV124.696.63142.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=42.77%
G=36.87%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451256900.140.520.4344.2135.5141.96
Hex917D450E342B2c242a
Octal2211751050166453544452
Binary100100011111101100010101110110100101011101100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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