#928557

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

Shades of Clay Creek #928557

Tints of Clay Creek #928557

Color information

#928557 (or 0x928557) is unknown color: approx Clay Creek. HEX triplet: 92, 85 and 57. RGB value is (146,133,87). Sum of RGB (Red+Green+Blue) = 146+133+87=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #928557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928557 is #6D7AA8. Grayscale: #838383. Windows color (decimal): -7174825 or 5735826. OLE color: 5735826.

HSL color Cylindrical-coordinate representation of color #928557: hue angle of 46.78º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #928557 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14613387-
CMYK00.090.400.43
HSL46.78º25.32%45.69%-
HSV(B)46.78º40.41%57.25%-
XYZ21.9623.5712.41-
YUV131.64102.81138.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=39.89%
G=36.34%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461338700.090.400.4346.7825.3245.69
Hex92855709282B2f192e
Octal2222051270115053573156
Binary100100101000010110101110100110100010101110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928557; }

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

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

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

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

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

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

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

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