#917B4F

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

Shades of Clay Creek #917B4F

Tints of Clay Creek #917B4F

Color information

#917B4F (or 0x917B4F) is unknown color: approx Clay Creek. HEX triplet: 91, 7B and 4F. RGB value is (145,123,79). Sum of RGB (Red+Green+Blue) = 145+123+79=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #917B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B4F is #6E84B0. Grayscale: #7C7C7C. Windows color (decimal): -7242929 or 5208977. OLE color: 5208977.

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

Color convert

RGB14512379-
CMYK00.150.460.43
HSL40º29.46%43.92%-
HSV(B)40º45.52%56.86%-
XYZ20.1720.7510.34-
YUV124.56102.29142.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=41.79%
G=35.45%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451237900.150.460.434029.4643.92
Hex917B4F0F2E2B281d2c
Octal2211731170175653503554
Binary10010001111101110011110111110111010101110100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,123,79); }

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

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

 a { background-color: rgb(145,123,79); }

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

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

 span { border-color: rgb(145,123,79); }

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