#918250

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

Shades of Clay Creek #918250

Tints of Clay Creek #918250

Color information

#918250 (or 0x918250) is unknown color: approx Clay Creek. HEX triplet: 91, 82 and 50. RGB value is (145,130,80). Sum of RGB (Red+Green+Blue) = 145+130+80=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #918250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918250 is #6E7DAF. Grayscale: #818181. Windows color (decimal): -7241136 or 5276305. OLE color: 5276305.

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

Color convert

RGB14513080-
CMYK00.100.450.43
HSL46.15º28.89%44.12%-
HSV(B)46.15º44.83%56.86%-
XYZ21.1122.5610.83-
YUV128.78100.47139.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=40.85%
G=36.62%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451308000.100.450.4346.1528.8944.12
Hex9182500A2D2B2e1d2c
Octal2212021200125553563554
Binary100100011000001010100000101010110110101110111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918250; }

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

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

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

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

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

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

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

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