#918B57

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

Shades of Clay Creek #918B57

Tints of Clay Creek #918B57

Color information

#918B57 (or 0x918B57) is unknown color: approx Clay Creek. HEX triplet: 91, 8B and 57. RGB value is (145,139,87). Sum of RGB (Red+Green+Blue) = 145+139+87=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #918B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B57 is #6E74A8. Grayscale: #878787. Windows color (decimal): -7238825 or 5737361. OLE color: 5737361.

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

Color convert

RGB14513987-
CMYK00.040.40.43
HSL53.79º25%45.49%-
HSV(B)53.79º40%56.86%-
XYZ22.6325.1712.68-
YUV134.87100.99135.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=39.08%
G=37.47%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451398700.040.40.4353.792545.49
Hex918B5704282B36192d
Octal221213127045053663155
Binary10010001100010111010111010010100010101111011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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