#917C4D

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

Shades of Clay Creek #917C4D

Tints of Clay Creek #917C4D

Color information

#917C4D (or 0x917C4D) is unknown color: approx Clay Creek. HEX triplet: 91, 7C and 4D. RGB value is (145,124,77). Sum of RGB (Red+Green+Blue) = 145+124+77=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #917C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C4D is #6E83B2. Grayscale: #7D7D7D. Windows color (decimal): -7242675 or 5078161. OLE color: 5078161.

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

Color convert

RGB14512477-
CMYK00.140.470.43
HSL41.47º30.63%43.53%-
HSV(B)41.47º46.9%56.86%-
XYZ20.2220.9710-
YUV124.92100.96142.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=41.91%
G=35.84%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451247700.140.470.4341.4730.6343.53
Hex917C4D0E2F2B291f2c
Octal2211741150165753513754
Binary10010001111110010011010111010111110101110100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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