#928057

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

Shades of Clay Creek #928057

Tints of Clay Creek #928057

Color information

#928057 (or 0x928057) is unknown color: approx Clay Creek. HEX triplet: 92, 80 and 57. RGB value is (146,128,87). Sum of RGB (Red+Green+Blue) = 146+128+87=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #928057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928057 is #6D7FA8. Grayscale: #808080. Windows color (decimal): -7176105 or 5734546. OLE color: 5734546.

HSL color Cylindrical-coordinate representation of color #928057: hue angle of 41.69º 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 #928057 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14612887-
CMYK00.120.400.43
HSL41.69º25.32%45.69%-
HSV(B)41.69º40.41%57.25%-
XYZ21.2922.2412.19-
YUV128.71104.46140.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 87 (34.38% from 255) = 24.10%
R=40.44%
G=35.46%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461288700.120.400.4341.6925.3245.69
Hex9280570C282B2a192e
Octal2222001270145053523156
Binary100100101000000010101110110010100010101110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928057; }

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

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

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

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

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

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

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

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