#927D4F

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

Shades of Clay Creek #927D4F

Tints of Clay Creek #927D4F

Color information

#927D4F (or 0x927D4F) is unknown color: approx Clay Creek. HEX triplet: 92, 7D and 4F. RGB value is (146,125,79). Sum of RGB (Red+Green+Blue) = 146+125+79=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #927D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D4F is #6D82B0. Grayscale: #7E7E7E. Windows color (decimal): -7176881 or 5209490. OLE color: 5209490.

HSL color Cylindrical-coordinate representation of color #927D4F: hue angle of 41.19º degrees, saturation: 0.3, 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 #927D4F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB14612579-
CMYK00.140.460.43
HSL41.19º29.78%44.12%-
HSV(B)41.19º45.89%57.25%-
XYZ20.621.3410.43-
YUV126.04101.46142.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=41.71%
G=35.71%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461257900.140.460.4341.1929.7844.12
Hex927D4F0E2E2B291e2c
Octal2221751170165653513654
Binary10010010111110110011110111010111010101110100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927D4F; }

 p { color: rgb(146,125,79); }

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

<style>
 a { background-color: #927D4F; }

 a { background-color: rgb(146,125,79); }

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

<style>
 span { border-color: #927D4F; }

 span { border-color: rgb(146,125,79); }

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