#917D55

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

Shades of Clay Creek #917D55

Tints of Clay Creek #917D55

Color information

#917D55 (or 0x917D55) is unknown color: approx Clay Creek. HEX triplet: 91, 7D and 55. RGB value is (145,125,85). Sum of RGB (Red+Green+Blue) = 145+125+85=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #917D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D55 is #6E82AA. Grayscale: #7E7E7E. Windows color (decimal): -7242411 or 5602705. OLE color: 5602705.

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

Color convert

RGB14512585-
CMYK00.140.410.43
HSL40º26.09%45.1%-
HSV(B)40º41.38%56.86%-
XYZ20.6521.3411.63-
YUV126.42104.63141.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=40.85%
G=35.21%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451258500.140.410.434026.0945.1
Hex917D550E292B281a2d
Octal2211751250165153503255
Binary10010001111110110101010111010100110101110100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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