#927D46

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

Shades of Clay Creek #927D46

Tints of Clay Creek #927D46

Color information

#927D46 (or 0x927D46) is unknown color: approx Clay Creek. HEX triplet: 92, 7D and 46. RGB value is (146,125,70). Sum of RGB (Red+Green+Blue) = 146+125+70=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #927D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D46 is #6D82B9. Grayscale: #7D7D7D. Windows color (decimal): -7176890 or 4619666. OLE color: 4619666.

HSL color Cylindrical-coordinate representation of color #927D46: hue angle of 43.42º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #927D46 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB14612570-
CMYK00.140.520.43
HSL43.42º35.19%42.35%-
HSV(B)43.42º52.05%57.25%-
XYZ20.2921.228.82-
YUV125.0196.96142.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=42.82%
G=36.66%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461257000.140.520.4343.4235.1942.35
Hex927D460E342B2b232a
Octal2221751060166453534352
Binary100100101111101100011001110110100101011101011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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