#918450

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

Shades of Clay Creek #918450

Tints of Clay Creek #918450

Color information

#918450 (or 0x918450) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 50. RGB value is (145,132,80). Sum of RGB (Red+Green+Blue) = 145+132+80=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #918450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918450 is #6E7BAF. Grayscale: #828282. Windows color (decimal): -7240624 or 5276817. OLE color: 5276817.

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

Color convert

RGB14513280-
CMYK00.090.450.43
HSL48º28.89%44.12%-
HSV(B)48º44.83%56.86%-
XYZ21.3823.110.92-
YUV129.9699.81138.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=40.62%
G=36.97%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451328000.090.450.434828.8944.12
Hex918450092D2B301d2c
Octal2212041200115553603554
Binary100100011000010010100000100110110110101111000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918450; }

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

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

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

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

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

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

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

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