#917F4A

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

Shades of Clay Creek #917F4A

Tints of Clay Creek #917F4A

Color information

#917F4A (or 0x917F4A) is unknown color: approx Clay Creek. HEX triplet: 91, 7F and 4A. RGB value is (145,127,74). Sum of RGB (Red+Green+Blue) = 145+127+74=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #917F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F4A is #6E80B5. Grayscale: #7E7E7E. Windows color (decimal): -7241910 or 4882321. OLE color: 4882321.

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

Color convert

RGB14512774-
CMYK00.120.490.43
HSL44.79º32.42%42.94%-
HSV(B)44.79º48.97%56.86%-
XYZ20.521.699.59-
YUV126.3498.46141.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=41.91%
G=36.71%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451277400.120.490.4344.7932.4242.94
Hex917F4A0C312B2d202b
Octal2211771120146153554053
Binary100100011111111100101001100110001101011101101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,74); }

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

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

 a { background-color: rgb(145,127,74); }

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

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

 span { border-color: rgb(145,127,74); }

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