#927E54

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

Shades of Clay Creek #927E54

Tints of Clay Creek #927E54

Color information

#927E54 (or 0x927E54) is unknown color: approx Clay Creek. HEX triplet: 92, 7E and 54. RGB value is (146,126,84). Sum of RGB (Red+Green+Blue) = 146+126+84=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #927E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E54 is #6D81AB. Grayscale: #7F7F7F. Windows color (decimal): -7176620 or 5537426. OLE color: 5537426.

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

Color convert

RGB14612684-
CMYK00.140.420.43
HSL40.65º26.96%45.1%-
HSV(B)40.65º42.47%57.25%-
XYZ20.9221.6711.47-
YUV127.19103.63141.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=41.01%
G=35.39%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461268400.140.420.4340.6526.9645.1
Hex927E540E2A2B291b2d
Octal2221761240165253513355
Binary10010010111111010101000111010101010101110100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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