#928458

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

Shades of Clay Creek #928458

Tints of Clay Creek #928458

Color information

#928458 (or 0x928458) is unknown color: approx Clay Creek. HEX triplet: 92, 84 and 58. RGB value is (146,132,88). Sum of RGB (Red+Green+Blue) = 146+132+88=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #928458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928458 is #6D7BA7. Grayscale: #838383. Windows color (decimal): -7175080 or 5801106. OLE color: 5801106.

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

Color convert

RGB14613288-
CMYK00.100.400.43
HSL45.52º24.79%45.88%-
HSV(B)45.52º39.73%57.25%-
XYZ21.8723.3212.58-
YUV131.17103.64138.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=39.89%
G=36.07%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461328800.100.400.4345.5224.7945.88
Hex9284580A282B2e192e
Octal2222041300125053563156
Binary100100101000010010110000101010100010101110111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928458; }

 p { color: rgb(146,132,88); }

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

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

 a { background-color: rgb(146,132,88); }

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

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

 span { border-color: rgb(146,132,88); }

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