#918D53

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

Shades of Clay Creek #918D53

Tints of Clay Creek #918D53

Color information

#918D53 (or 0x918D53) is unknown color: approx Clay Creek. HEX triplet: 91, 8D and 53. RGB value is (145,141,83). Sum of RGB (Red+Green+Blue) = 145+141+83=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #918D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D53 is #6E72AC. Grayscale: #878787. Windows color (decimal): -7238317 or 5475729. OLE color: 5475729.

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

Color convert

RGB14514183-
CMYK00.030.430.43
HSL56.13º27.19%44.71%-
HSV(B)56.13º42.76%56.86%-
XYZ22.7625.6911.94-
YUV135.5898.33134.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=39.30%
G=38.21%
B=22.49%

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
Decimal1451418300.030.430.4356.1327.1944.71
Hex918D53032B2B381b2d
Octal221215123035353703355
Binary1001000110001101101001101110101110101111100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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