#928551

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

Shades of Clay Creek #928551

Tints of Clay Creek #928551

Color information

#928551 (or 0x928551) is unknown color: approx Clay Creek. HEX triplet: 92, 85 and 51. RGB value is (146,133,81). Sum of RGB (Red+Green+Blue) = 146+133+81=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #928551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928551 is #6D7AAE. Grayscale: #838383. Windows color (decimal): -7174831 or 5342610. OLE color: 5342610.

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

Color convert

RGB14613381-
CMYK00.090.450.43
HSL48º28.63%44.51%-
HSV(B)48º44.52%57.25%-
XYZ21.7323.4811.17-
YUV130.9699.81138.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=40.56%
G=36.94%
B=22.5%

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
Decimal1461338100.090.450.434828.6344.51
Hex928551092D2B301d2d
Octal2222051210115553603555
Binary100100101000010110100010100110110110101111000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928551; }

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

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

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

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

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

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

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

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