#928C57

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

Shades of Clay Creek #928C57

Tints of Clay Creek #928C57

Color information

#928C57 (or 0x928C57) is unknown color: approx Clay Creek. HEX triplet: 92, 8C and 57. RGB value is (146,140,87). Sum of RGB (Red+Green+Blue) = 146+140+87=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #928C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C57 is #6D73A8. Grayscale: #878787. Windows color (decimal): -7173033 or 5737618. OLE color: 5737618.

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

Color convert

RGB14614087-
CMYK00.040.400.43
HSL53.9º25.32%45.69%-
HSV(B)53.9º40.41%57.25%-
XYZ22.9525.5612.74-
YUV135.75100.49135.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=39.14%
G=37.53%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461408700.040.400.4353.925.3245.69
Hex928C5704282B36192e
Octal222214127045053663156
Binary10010010100011001010111010010100010101111011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928C57; }

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

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

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

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

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

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

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

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