#917C4A

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

Shades of Clay Creek #917C4A

Tints of Clay Creek #917C4A

Color information

#917C4A (or 0x917C4A) is unknown color: approx Clay Creek. HEX triplet: 91, 7C and 4A. RGB value is (145,124,74). Sum of RGB (Red+Green+Blue) = 145+124+74=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #917C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C4A is #6E83B5. Grayscale: #7C7C7C. Windows color (decimal): -7242678 or 4881553. OLE color: 4881553.

HSL color Cylindrical-coordinate representation of color #917C4A: hue angle of 42.25º 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 #917C4A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB14512474-
CMYK00.140.490.43
HSL42.25º32.42%42.94%-
HSV(B)42.25º48.97%56.86%-
XYZ20.1220.939.46-
YUV124.5899.46142.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=42.27%
G=36.15%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451247400.140.490.4342.2532.4242.94
Hex917C4A0E312B2a202b
Octal2211741120166153524053
Binary100100011111100100101001110110001101011101010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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