#928A57

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

Shades of Clay Creek #928A57

Tints of Clay Creek #928A57

Color information

#928A57 (or 0x928A57) is unknown color: approx Clay Creek. HEX triplet: 92, 8A and 57. RGB value is (146,138,87). Sum of RGB (Red+Green+Blue) = 146+138+87=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #928A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A57 is #6D75A8. Grayscale: #868686. Windows color (decimal): -7173545 or 5737106. OLE color: 5737106.

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

Color convert

RGB14613887-
CMYK00.050.400.43
HSL51.86º25.32%45.69%-
HSV(B)51.86º40.41%57.25%-
XYZ22.6624.9812.64-
YUV134.58101.15136.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=39.35%
G=37.20%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461388700.050.400.4351.8625.3245.69
Hex928A5705282B34192e
Octal222212127055053643156
Binary10010010100010101010111010110100010101111010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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