#928550

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

Shades of Clay Creek #928550

Tints of Clay Creek #928550

Color information

#928550 (or 0x928550) is unknown color: approx Clay Creek. HEX triplet: 92, 85 and 50. RGB value is (146,133,80). Sum of RGB (Red+Green+Blue) = 146+133+80=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #928550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928550 is #6D7AAF. Grayscale: #838383. Windows color (decimal): -7174832 or 5277074. OLE color: 5277074.

HSL color Cylindrical-coordinate representation of color #928550: hue angle of 48.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #928550 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14613380-
CMYK00.090.450.43
HSL48.18º29.2%44.31%-
HSV(B)48.18º45.21%57.25%-
XYZ21.6923.4710.98-
YUV130.8499.31138.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=40.67%
G=37.05%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461338000.090.450.4348.1829.244.31
Hex928550092D2B301d2c
Octal2222051200115553603554
Binary100100101000010110100000100110110110101111000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928550; }

 p { color: rgb(146,133,80); }

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

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

 a { background-color: rgb(146,133,80); }

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

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

 span { border-color: rgb(146,133,80); }

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