#927E49

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

Shades of Clay Creek #927E49

Tints of Clay Creek #927E49

Color information

#927E49 (or 0x927E49) is unknown color: approx Clay Creek. HEX triplet: 92, 7E and 49. RGB value is (146,126,73). Sum of RGB (Red+Green+Blue) = 146+126+73=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #927E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927E49 is #6D81B6. Grayscale: #7E7E7E. Windows color (decimal): -7176631 or 4816530. OLE color: 4816530.

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

Color convert

RGB14612673-
CMYK00.140.50.43
HSL43.56º33.33%42.94%-
HSV(B)43.56º50%57.25%-
XYZ20.5221.519.37-
YUV125.9498.13142.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=42.32%
G=36.52%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461267300.140.50.4343.5633.3342.94
Hex927E490E322B2c212b
Octal2221761110166253544153
Binary100100101111110100100101110110010101011101100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,126,73); }

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

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

 a { background-color: rgb(146,126,73); }

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

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

 span { border-color: rgb(146,126,73); }

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