#928359

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

Shades of Clay Creek #928359

Tints of Clay Creek #928359

Color information

#928359 (or 0x928359) is unknown color: approx Clay Creek. HEX triplet: 92, 83 and 59. RGB value is (146,131,89). Sum of RGB (Red+Green+Blue) = 146+131+89=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #928359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928359 is #6D7CA6. Grayscale: #828282. Windows color (decimal): -7175335 or 5866386. OLE color: 5866386.

HSL color Cylindrical-coordinate representation of color #928359: hue angle of 44.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #928359 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14613189-
CMYK00.100.390.43
HSL44.21º24.26%46.08%-
HSV(B)44.21º39.04%57.25%-
XYZ21.7723.0612.76-
YUV130.7104.47138.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=39.89%
G=35.79%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461318900.100.390.4344.2124.2646.08
Hex9283590A272B2c182e
Octal2222031310124753543056
Binary100100101000001110110010101010011110101110110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928359; }

 p { color: rgb(146,131,89); }

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

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

 a { background-color: rgb(146,131,89); }

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

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

 span { border-color: rgb(146,131,89); }

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