#918B53

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

Shades of Clay Creek #918B53

Tints of Clay Creek #918B53

Color information

#918B53 (or 0x918B53) is unknown color: approx Clay Creek. HEX triplet: 91, 8B and 53. RGB value is (145,139,83). Sum of RGB (Red+Green+Blue) = 145+139+83=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #918B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B53 is #6E74AC. Grayscale: #868686. Windows color (decimal): -7238829 or 5475217. OLE color: 5475217.

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

Color convert

RGB14513983-
CMYK00.040.430.43
HSL54.19º27.19%44.71%-
HSV(B)54.19º42.76%56.86%-
XYZ22.4725.1111.85-
YUV134.4198.99135.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.51%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 83 (32.81% from 255) = 22.62%
R=39.51%
G=37.87%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451398300.040.430.4354.1927.1944.71
Hex918B53042B2B361b2d
Octal221213123045353663355
Binary10010001100010111010011010010101110101111011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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