#928258

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

Shades of Clay Creek #928258

Tints of Clay Creek #928258

Color information

#928258 (or 0x928258) is unknown color: approx Clay Creek. HEX triplet: 92, 82 and 58. RGB value is (146,130,88). Sum of RGB (Red+Green+Blue) = 146+130+88=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #928258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928258 is #6D7DA7. Grayscale: #828282. Windows color (decimal): -7175592 or 5800594. OLE color: 5800594.

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

Color convert

RGB14613088-
CMYK00.110.400.43
HSL43.45º24.79%45.88%-
HSV(B)43.45º39.73%57.25%-
XYZ21.622.7812.49-
YUV130104.3139.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=40.11%
G=35.71%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461308800.110.400.4343.4524.7945.88
Hex9282580B282B2b192e
Octal2222021300135053533156
Binary100100101000001010110000101110100010101110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928258; }

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

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

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

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

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

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

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

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