#928555

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

Shades of Clay Creek #928555

Tints of Clay Creek #928555

Color information

#928555 (or 0x928555) is unknown color: approx Clay Creek. HEX triplet: 92, 85 and 55. RGB value is (146,133,85). Sum of RGB (Red+Green+Blue) = 146+133+85=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #928555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928555 is #6D7AAA. Grayscale: #838383. Windows color (decimal): -7174827 or 5604754. OLE color: 5604754.

HSL color Cylindrical-coordinate representation of color #928555: hue angle of 47.21º degrees, saturation: 0.26, 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 #928555 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14613385-
CMYK00.090.420.43
HSL47.21º26.41%45.29%-
HSV(B)47.21º41.78%57.25%-
XYZ21.8823.5411.99-
YUV131.42101.81138.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=40.11%
G=36.54%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461338500.090.420.4347.2126.4145.29
Hex928555092A2B2f1a2d
Octal2222051250115253573255
Binary100100101000010110101010100110101010101110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928555; }

 p { color: rgb(146,133,85); }

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

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

 a { background-color: rgb(146,133,85); }

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

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

 span { border-color: rgb(146,133,85); }

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