#918049

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

Shades of Clay Creek #918049

Tints of Clay Creek #918049

Color information

#918049 (or 0x918049) is unknown color: approx Clay Creek. HEX triplet: 91, 80 and 49. RGB value is (145,128,73). Sum of RGB (Red+Green+Blue) = 145+128+73=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #918049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918049 is #6E7FB6. Grayscale: #7F7F7F. Windows color (decimal): -7241655 or 4817041. OLE color: 4817041.

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

Color convert

RGB14512873-
CMYK00.120.500.43
HSL45.83º33.03%42.75%-
HSV(B)45.83º49.66%56.86%-
XYZ20.621.949.45-
YUV126.8197.63140.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=41.91%
G=36.99%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451287300.120.500.4345.8333.0342.75
Hex9180490C322B2e212b
Octal2212001110146253564153
Binary1001000110000000100100101100110010101011101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918049; }

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

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

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

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

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

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

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

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