#928249

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

Shades of Clay Creek #928249

Tints of Clay Creek #928249

Color information

#928249 (or 0x928249) is unknown color: approx Clay Creek. HEX triplet: 92, 82 and 49. RGB value is (146,130,73). Sum of RGB (Red+Green+Blue) = 146+130+73=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #928249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928249 is #6D7DB6. Grayscale: #808080. Windows color (decimal): -7175607 or 4817554. OLE color: 4817554.

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

Color convert

RGB14613073-
CMYK00.110.50.43
HSL46.85º33.33%42.94%-
HSV(B)46.85º50%57.25%-
XYZ21.0422.569.55-
YUV128.2996.8140.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=41.83%
G=37.25%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461307300.110.50.4346.8533.3342.94
Hex9282490B322B2f212b
Octal2222021110136253574153
Binary1001001010000010100100101011110010101011101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928249; }

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

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

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

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

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

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

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

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