#918A50

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

Shades of Clay Creek #918A50

Tints of Clay Creek #918A50

Color information

#918A50 (or 0x918A50) is unknown color: approx Clay Creek. HEX triplet: 91, 8A and 50. RGB value is (145,138,80). Sum of RGB (Red+Green+Blue) = 145+138+80=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #918A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A50 is #6E75AF. Grayscale: #858585. Windows color (decimal): -7239088 or 5278353. OLE color: 5278353.

HSL color Cylindrical-coordinate representation of color #918A50: hue angle of 53.54º 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 #918A50 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14513880-
CMYK00.050.450.43
HSL53.54º28.89%44.12%-
HSV(B)53.54º44.83%56.86%-
XYZ22.2124.7811.2-
YUV133.4897.82136.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=39.94%
G=38.02%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451388000.050.450.4353.5428.8944.12
Hex918A50052D2B361d2c
Octal221212120055553663554
Binary10010001100010101010000010110110110101111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A50; }

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

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

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

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

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

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

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

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