#918C53

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

Shades of Clay Creek #918C53

Tints of Clay Creek #918C53

Color information

#918C53 (or 0x918C53) is unknown color: approx Clay Creek. HEX triplet: 91, 8C and 53. RGB value is (145,140,83). Sum of RGB (Red+Green+Blue) = 145+140+83=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #918C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C53 is #6E73AC. Grayscale: #878787. Windows color (decimal): -7238573 or 5475473. OLE color: 5475473.

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

Color convert

RGB14514083-
CMYK00.030.430.43
HSL55.16º27.19%44.71%-
HSV(B)55.16º42.76%56.86%-
XYZ22.6225.411.89-
YUV13598.66135.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 140 (55.08% from 255) = 38.04%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=39.40%
G=38.04%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451408300.030.430.4355.1627.1944.71
Hex918C53032B2B371b2d
Octal221214123035353673355
Binary1001000110001100101001101110101110101111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,140,83); }

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

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

 a { background-color: rgb(145,140,83); }

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

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

 span { border-color: rgb(145,140,83); }

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