#918050

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

Shades of Clay Creek #918050

Tints of Clay Creek #918050

Color information

#918050 (or 0x918050) is unknown color: approx Clay Creek. HEX triplet: 91, 80 and 50. RGB value is (145,128,80). Sum of RGB (Red+Green+Blue) = 145+128+80=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #918050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918050 is #6E7FAF. Grayscale: #7F7F7F. Windows color (decimal): -7241648 or 5275793. OLE color: 5275793.

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

Color convert

RGB14512880-
CMYK00.120.450.43
HSL44.31º28.89%44.12%-
HSV(B)44.31º44.83%56.86%-
XYZ20.8422.0410.74-
YUV127.61101.13140.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=41.08%
G=36.26%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451288000.120.450.4344.3128.8944.12
Hex9180500C2D2B2c1d2c
Octal2212001200145553543554
Binary100100011000000010100000110010110110101110110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918050; }

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

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

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

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

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

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

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

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