#918249

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

Shades of Clay Creek #918249

Tints of Clay Creek #918249

Color information

#918249 (or 0x918249) is unknown color: approx Clay Creek. HEX triplet: 91, 82 and 49. RGB value is (145,130,73). Sum of RGB (Red+Green+Blue) = 145+130+73=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #918249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918249 is #6E7DB6. Grayscale: #808080. Windows color (decimal): -7241143 or 4817553. OLE color: 4817553.

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

Color convert

RGB14513073-
CMYK00.100.500.43
HSL47.5º33.03%42.75%-
HSV(B)47.5º49.66%56.86%-
XYZ20.8622.479.54-
YUV127.9996.97140.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=41.67%
G=37.36%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451307300.100.500.4347.533.0342.75
Hex9182490A322B30212b
Octal2212021110126253604153
Binary1001000110000010100100101010110010101011110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918249; }

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

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

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

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

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

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

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

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